inst/doc/one.dim/extractor_maker_1d.R

# This file is intented to be called by calex_1d.R.  It defines an
# extractor function for D1.

extractor.1d <- function(D1){
return(list(x.star = D1[, 1, drop = FALSE], t.vec = D1[, 2, drop = FALSE]))
}

Try the calibrator package in your browser

Any scripts or data that you put into this service are public.

calibrator documentation built on May 1, 2019, 9:17 p.m.