decodeCOORDToXYZDf: Convert COORD value to (x,y,z)

Description Usage Arguments Value Examples

View source: R/decodeCOORD.R

Description

Converts encoded coordinates to x,y,z values (data.frame)

Usage

1

Arguments

enc

value, containing x,y,z, values

Value

data.frame with the decoded coordiantes

Examples

1
2
3
4
enc<-c(51512331,51512254,51513355)
val<-c(342,221,123)
options("BITSIZE"=10)
decodeCOORDToXYZDf(enc)

mknoll/imageanalysisBrain documentation built on May 23, 2019, 2:01 a.m.