search for: keyloc

Displaying 1 result from an estimated 1 matches for "keyloc".

Did you mean: keylog
2007 Apr 28
1
Hmisc curve label size & cex
...t.axis=1, cex=5, cex.main=1, cex.lab=1, cex.axis=1, lwd=12, las=1, mar=c(4, 4, 2, 2) ) x = seq(-2.5, 2.5, length=100) labcurve( list( One= list( x,sin(x)), Two= list( x,cos(x)), Three=list( x,(x*x)), Four= list( x,exp(x)) ), keys=c('1','2','3','4'), keyloc="none", pl=TRUE ) dev.off() Thanks for your time. -- Brian O'Connor Ontario, Canada