Hi all,
I am using spplot for a spatial map.
spplot(hspdf, "CDP", col = "white", col.regions = blue2red(20), sp.layout =
list(l2), at = seq(1,10,1), colorkey = list(space = "bottom", labels =
list(labels = paste(seq(1,10,1)), cex = 1.5)), sub = list("CDP", cex = 1.5,
font = 2))
I have three ques
I'd suggest asking this question on r-sig-geo.
spplot() uses methods from the lattice package, therefore some types of
customization require the use of methods from that package.
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
Dear all
I am using spplot command to plot my raster. I make it but there is two
problems with me.
1- I want to have no border or greater border around the raster
2- I want to insert a legend with a header aside from its legend.
please help me.
thanks in advance.
--
Best Regards
Javad Bayat
M.S
I want to use spplot function for plotting data on wold map
spplot.points(obj, zcol = names(obj), ..., names.attr,
scales = list(draw = FALSE), xlab = NULL, ylab = NULL, aspect =
mapasp(obj,xlim,ylim),
panel = panel.pointsplot, sp.layout = NULL, identify = FALSE, formula,
Hi!
I am looking for some examples on how to plot using spplot the overlay
of :polygon+point+point
both point files are different files with different coordinates.
I am planning on doing something like this:
polygon.file=readShapeSpatial(polygons)
l1 = list("sp.points", points.file1, pch = 19,co
Hi!
Is there a way to manually costumize the color legend in an spplot() -
especially where to draw ticks and labels for the ticks?
The reason I'm asking: Usually spplot() automatically divides the data into
fitting slices and makes a color legend (also automatically).
I want to assign the slice
Hmmm. Maybe a documentation typo in ?spplot.
If you follow the documentation through to ?levelplot, you find
that
cuts: number of levels the range of ‘z’ would be divided into
(no mention of actual breakpoints) but:
at: numeric vector giving breakpoints along the range of ‘z’.
Hello-
After looking through ?spplot, I would expect that I could specify the
values of the cuts:
"...‘cuts’ number of cuts or the actual cuts to use..."
So in the following command,
spplot(lzm.krige.dir["var1.pred"], scales=list(draw=TRUE),
xlab="Easting",ylab="Northing",
cuts=seq(0.0,0.4,
Roberto Brunelli gmail.com> writes:
>
> Dear community,
>
> I'm using R 2.6.1 on a GNU/Linux Slackware box. I would like to obtain
> larger text when using spplot (from sp 0.9-43) using
>
> spplot(... cex=2)
>
> but I get no visible effect.
>
> Any help?
>
We need a reproducible example/
Dear community,
I'm using R 2.6.1 on a GNU/Linux Slackware box. I would like to obtain
larger text when using spplot (from sp 0.9-43) using
spplot(... cex=2)
but I get no visible effect.
Any help?
Thanks,
__
R-help@r-project.org mailing list
https:/
On Sep 7, 2009, at 5:29 PM, emorway wrote:
http://www.nabble.com/file/p25336596/Conductivity1.jpeg
I need a little help making modifications to the image included with
this
post. First, rather than using a linear color legend to display the
output
I would like to use a log-scale legend.
http://www.nabble.com/file/p25336596/Conductivity1.jpeg
I need a little help making modifications to the image included with this
post. First, rather than using a linear color legend to display the output
I would like to use a log-scale legend. Thus, the legend on the right would
go from 1 to
12 matches
Mail list logo