View source: R/ChangeCoordinate.R
ChangeCoordinate | R Documentation |
Return a value in a changed coordinate system.
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")
)
x |
value to convert |
initial |
Set of two values in the original system |
transformed |
Set of the two values in the converted system |
ChangeCoordinate returns a value in a changed coordinate
A value in the new system
Marc Girondot marc.girondot@gmail.com
ChangeCoordinate(x=c(10, 20), initial=c(1, 100), transformed=c(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.