Calculate Lims For a data frame of points, will calculate a lims object. X and Y field names can be configured for the points.
1 2 | calculateLims(pts = NULL, xMinField = "time", xMaxField = "time",
yMinField = "value", yMaxField = "value")
|
pts |
data frame of points |
xMinField |
name of the field which will contain the min x value (default "time") |
xMaxField |
name of the field which will contain the max x value (default "value") |
yMinField |
name of the field which will contain the min y value (default "time") |
yMaxField |
name of the field which will contain the max y value (default "value") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.