R/pfile.R

Defines functions pfile

Documented in pfile

pfile <- function(measure, entry = 1:length(measure), ...) {
  return(as.pfile(data.frame(entry, measure, ...)))
}

Try the Rwinsteps package in your browser

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

Rwinsteps documentation built on May 2, 2019, 1:08 p.m.