Displaying 1 result from an estimated 1 matches for "manrivnb".
2010 Mar 15
1
Resizing Graphic Device Windows
...like to show as much data as possible in terms of the days, which
means I need to have the window stretched. It would be nice to have each
graphic generated to fit within a standard letter-sized 8 1/2 x 11 page.
#Load Lattice
library(lattice)
#generate barchart, export to PDF file
pdf("../manrivnb.pdf")
barchart(date.manrivnb, ylim=c(0,2200), xlim=c(1,31), scales=list(cex=2,
y=list(tick.number=12), x=list(tick.number=31)), aspect=.5, col= "orange",
main="Manbrin at River Rd N Northbound Volumes by Date", horizontal="FALSE",
xlab="October, 2009", y...