R/plotlist.R

Defines functions plotlist

Documented in plotlist

#****************   plot a list of objects of any type   ****************
plotlist <- function(listobj,...){
		for(i in listobj)	 plot(i,...)
	}

Try the nlr package in your browser

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

nlr documentation built on July 31, 2019, 5:09 p.m.