plane
Initialisation of a 2D plane.
plane(measure = Euclid_dist(dim = 2L))
measure
: an object of class measure
A 2D plane is initialised using a measure
object. By default, the measure object (measure
) is the Euclidean distance in 2 dimensions, Euclid_dist .
P <- plane() print(type(P)) print(sp::dimensions(P))
Useful links