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))