ChangeCoordinate: Return a value in a changed coordinate
Description
Return a value in a changed coordinate system.
Usage
ChangeCoordinate(
x = stop("At least one value to convert must be provided"),
initial = stop("Set of two values must be provided as references"),
transformed = stop("Set of two transformed values must be provided")
)