crop_curves | R Documentation |
Crop the curves to a certain interval, or crop missing and infinite argument values from the curves
crop_curves(curve_set, allfinite = TRUE, r_min = NULL, r_max = NULL)
curve_set |
A |
allfinite |
Logical. TRUE means that the argument values where any of the
curves have missing or infinite values are removed. FALSE means that only
|
r_min |
The minimum radius to include. |
r_max |
The maximum radius to include. |
The curves can be cropped to a certain interval defined by the arguments r_min and r_max.
Also the argument values of the sets of curves which have missing or infinite
values for any of the curves can be removed from the set (allfinite = TRUE
).
The interval should generally be chosen carefully for classical deviation tests.
A curve_set object containing the cropped summary functions and the cropped radius vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.