plot.curve_set2d | R Documentation |
Plot method for the class 'curve_set2d', i.e. two-dimensional functions
## S3 method for class 'curve_set2d'
plot(x, idx = 1, ncol = 2 + 1 * (length(idx) == 3), ...)
x |
An |
idx |
Indices of 2d functions to plot. |
ncol |
The maximum number of columns for the figures. Default 2 or 3, if the length of x equals 3. (Relates to the number of curve_sets that have been combined.) |
... |
Ignored. |
data("abide_9002_23")
plot(abide_9002_23$curve_set, idx=c(1, 27))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.