Class MRPlot::ContinousData
In: mrplot.rb
Parent: Object

ContinousData is a wrapper around a function. Usind continous data, the plot has the same access to a function as to an array (by using the [] operator).

Methods

[]   new   slice  

Public Class methods

call-seq:

  new() { |p1,p2...pn ... }

Public Instance methods

[](*index)

Alias for slice

[Validate]