Constructor for the coordinate-class
Value
Object of the coordinate-class
Examples
# Initialize a coordinate
my_coordinate <- coordinate(c(1, 1))
# Access the numeric vector again
my_coordinate@.Data
#> [1] 1 1
Constructor for the coordinate-class
Object of the coordinate-class
# Initialize a coordinate
my_coordinate <- coordinate(c(1, 1))
# Access the numeric vector again
my_coordinate@.Data
#> [1] 1 1