R/DIMEplot.R

Defines functions DIMEplot

Documented in DIMEplot

DIMEplot <-
function(x){	
	dime=x$dime
	dime_data=x$dime_data
	DIME.plot.fit(dime_data,dime)
}

Try the BOG package in your browser

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

BOG documentation built on May 2, 2019, 6:50 a.m.