R/summary.paf.R

Defines functions summary.paf

summary.paf <- function(object, ...) {
newout <- c(object[5],
object[6],
object[7],
object[8],
object[13],
object[16])
newout
}

Try the rela package in your browser

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

rela documentation built on May 1, 2019, 7:27 p.m.