Description Usage Arguments Value Examples
Converts encoded coordinates to x,y,z values (data.frame)
1 | decodeCOORDToXYZDf(enc)
|
enc |
value, containing x,y,z, values |
data.frame with the decoded coordiantes
1 2 3 4 | enc<-c(51512331,51512254,51513355)
val<-c(342,221,123)
options("BITSIZE"=10)
decodeCOORDToXYZDf(enc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.