real_line function

real line

real line

Initialisation of the real-line (1D) manifold.

real_line(measure = Euclid_dist(dim = 1L))

Arguments

  • measure: an object of class measure

Details

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.

Examples

R <- real_line() print(type(R)) print(sp::dimensions(R))
  • Maintainer: Andrew Zammit-Mangion
  • License: GPL (>= 2)
  • Last published: 2024-07-16

Downloads (last 30 days):