real_line | R Documentation |
Initialisation of the real-line (1D) manifold.
real_line(measure = Euclid_dist(dim = 1L))
measure |
an object of class |
A real line is initialised using a measure
object. By default, the measure object (measure
) describes the distance between two points as the absolute difference between the two coordinates.
R <- real_line()
print(type(R))
print(sp::dimensions(R))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.