R/storeplot.R

Defines functions storeplot

storeplot <- function(displaylist){
	if(is.null(displaylist) || identical(displaylist, list(NULL))){
		return("");
	}
	#displaylist[2] <- NULL;
	return(storeobject(displaylist));	
}
jeroenooms/opencpu-legacy documentation built on May 19, 2019, 6:15 a.m.