Skip to content

stplot question

5 messages · Hodgess, Erin, Edzer Pebesma, Swen Meyer

#
Erin, See the help of xyplot in package lattice, in particular argument
layout.
On 03/05/2013 08:21 AM, Hodgess, Erin wrote:

  
    
#
Thank you!

I have:

stplot(kr3, layout=c(0,11))

Now, of course, one more thing, please:  the plots run one after another.  Is there a way to do one at a time, please?  My ideal is to have 11 png files.

Thanks again,
Erin
#
Erin, if you don't specify the filename argument of the png file but
leave it to the default value, you will end up with

Rplot001.png
Rplot002.png
...
Rplot011.png

See how the default is constructed to understand how you can modify this
to your taste.
On 03/05/2013 09:39 AM, Hodgess, Erin wrote:

  
    
#
Dear All,
does anyone maybe know a R script or a software tool that transforms a 
set of texture rasters (sand , silt , caly) into one classified raster 
according the German triangle ??Bodenkundliche Kartieranleitung 1994. I 
know that SAGA GIS does have such a function but I think the results are 
classified according the USDA classification.
Thank you in advance,
Swen