Skip to content
Prev 31319 / 398513 Next

thick plot lines

Try the "cex" parameter. (See ?par.)
Here is an example.

par(mfrow=c(2,1))
plot(1,1)
plot(1,1,cex=.5)

Cheers,
Jerome
On April 28, 2003 10:08 pm, Faheem Mitha wrote: