STplane | R Documentation |
Initialisation of a 2D plane with a temporal dimension.
STplane(measure = Euclid_dist(dim = 3L))
measure |
an object of class |
A 2D plane with a time component added is initialised using a measure
object. By default, the measure object (measure
) is the Euclidean distance in 3 dimensions, Euclid_dist.
P <- STplane()
print(type(P))
print(sp::dimensions(P))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.