Displaying 4 results from an estimated 4 matches for "tileplot".
2012 Dec 04
0
latticeExtra tileplot question - tiles are not all the same size, need help.
Hello,
I have been creating many tileplots to try and illustrate the relative
abundance of fish through space and time. My issue is that the tiles that
border the plot are smaller than those in the center of the plot. In the
example I've provided the effect is pretty minor (I'm hoping this will be an
adequate example as I had the c...
2010 Dec 16
0
Convert tileplot's trellis to shapefile/ Add values to voronoi polygon
I would like to create a voronoi map that can show me point values like the
ones in colum street_cle. I was able to do it in tileplot(latticeExtra) like the
ones attached, and with the following commands:
xy=list(x=x2$X, y=x2$Y)
xy$street_cle <- x2$street_cle
tileplot(street_cle~ x*y, xy)
But this is a trellis. Is it possible to be converted to a shapefile or image so
I can plot it using spplot. I tried the following unde...
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 = ife...
2013 Feb 04
1
is it possible to create a trellis object with multiple colorkeys/z-scale axis?
Dear R users-
Do the lattice/latticeExtra packages support multiple tileplots with unique
colorkeys? I am trying to create a visualization of the encounter rate of
certain stocks of salmon across two years. The issue I am having is that
some stocks are encountered at much higher rates than others.the high
encounter rate for one stock washes out the patterns I'm hoping t...