Learn R Programming

FRK (version 2.3.1)

real_line: real line

Description

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

Usage

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

Run this code
R <- real_line()
print(type(R))
print(sp::dimensions(R))

Run the code above in your browser using DataLab