R/plot.MangroveContPreds.R

Defines functions plot.MangroveContPreds

Documented in plot.MangroveContPreds

plot.MangroveContPreds <- function(x,...) {
	temp <- x
	h1 <- hist(temp,axes=F,xlab=deparse(substitute(x)),main="Histogram of continuous predictions",col="grey",...)
	axis(2)
	axis(1,at=h1$breaks,labels=round(exp(h1$breaks),2))
	}

Try the Mangrove package in your browser

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

Mangrove documentation built on May 1, 2019, 9:10 p.m.