as.curve_set {GET} | R Documentation |
Convert an envelope or fdata object to a curve_set object
Description
If given an envelope object of spatstat or a fdata
object of
fda.usc, convert it into a curve_set object. If given a curve_set
object, check its correctness and give it back.
Usage
as.curve_set(curve_set, ...)
Arguments
curve_set |
An object to be converted to a |
... |
Allows passing arguments to |
Value
If an envelope
object of spatstat or an
fdata
object is given, return a corresponding
curve_set object. If a curve_set object was given, check it and return it
unharmed.
[Package GET version 1.0-2 Index]