search for: area_num

Displaying 2 results from an estimated 2 matches for "area_num".

Did you mean: arcanum
2012 Aug 23
1
adding tick labels to tileplot()
...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), panel = function(...){ panel.fill("black") panel.voronoi(...) }) This produces axis tha...
2012 Dec 04
0
latticeExtra tileplot question - tiles are not all the same size, need help.
...ot;yellow", "#FF7F00", "red", "#7F0000")) #Tileplots comparing how CWT recoveries from brood year 1974 -1977 and GSI data #from 2010 - 2011 represent the relative abundance of Rogue river chinook salmon through space and time R_g_s<-tileplot(Rogue~month_num*-area_num,gsi_s,col.regions=jet.colors(256), scales=list(x=list(at=5:9, labels=c('May' ,'June','July','August','September')), y=list(at=(-1):-8,labels=c('T','N','C','B','KC','FB','SF','MO'))), m...