R/print.SVILD.R

Defines functions print.SVILD

Documented in print.SVILD

print.SVILD <-
function(x,...){
class(x) = NULL
return(x[1:3])
}

Try the SVILD package in your browser

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

SVILD documentation built on May 2, 2019, 5:56 p.m.