new_mcgf {mcgf} | R Documentation |
Create an mcgf object
new_mcgf(data, locations, dists, time, longlat = TRUE, origin = 1L)
data |
Time series data set in space-wide format. |
locations |
A matrix of data.frame of 2D points, first column
x/longitude, second column y/latitude. Required when |
dists |
List of signed distance matrices on a 2D Euclidean Plane.
Required when |
time |
Optional, a vector of equally spaced time stamps. |
longlat |
Logical, if TURE |
origin |
Optional; used when |
An S3 object of class mcgf
. As it inherits and extends the
data.frame
class, all methods remain valid to the data
part of the
object. Additional attributes may be assigned and extracted.