Metcalfe, John wrote:
> 
> Hello,
> I am relatively new to R and am using it to run Classification and
> Regression Tree analysis. My only issue at this point is that numbers are
> always cut off on the lower nodes. I've tried changing the margins with 
> 
> mai=c(0, 0.5, 0.5, 0) but this has not so far worked.
> 
> Any suggestions would be appreciated.
> 

Try par(xpd=NA) to turn of clipping (that's from memory, so ?par if that
does not work). Also it is often helpful to set plot margins (mar) to zero
and set outer margins (oma) to some reasonable values.

THK

-- 
View this message in context: 
http://www.nabble.com/R-Graphics-Device-margins-tp20920077p20923309.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to