Displaying 1 result from an estimated 1 matches for "extralattice".
2012 Aug 23
1
adding tick labels to tileplot()
Hi all -
I am far from fluent in R and need some help polishing up a figure I am
trying to create. I wish to make a "tileplot" (from package extraLattice)
where the x axis is time (months; may - sept) and the y axis is space
(fishery management zones). Here is my code so far:
tileplot(effort~month_num*-area_num,mae,col.regions=topo.colors(100),
border = "black",
pch = ifelse(is.na(mae$effort), 4, 21),...