# coordinates given by a suitable data frame
getRayParam(DFtalon, level=0.95, doRob=FALSE)
# coordinates given by a matrix
if (FALSE) {
xy <- matrix(round(rnorm(100, 0, 5), 2), ncol=2)
getRayParam(xy, level=0.95, doRob=FALSE)
}
Run the code above in your browser using DataLab