[R-sig-Geo] spplot(), size of plotting symbol in legend
karl.sommer at dpi.vic.gov.au
karl.sommer at dpi.vic.gov.au
Wed Sep 20 05:54:29 CEST 2006
Hi Edzer,
your suggestion worked well. I saved the plot as an object named z1. In
the legend variable I found the settings for symbol size. In my case there
were 4 entries which I changed from 0.1 to 1
using the following statement.
z1$legend$inside$args$key$points$cex <- c(1,1,1,1)
plot(z1)
Regards
Karl
|---------+---------------------------->
| | e.pebesma at geo.uu.|
| | nl |
| | |
| | 19/09/2006 16:51 |
| | |
|---------+---------------------------->
>------------------------------------------------------------------------------------------------------------------------------|
| |
| To: karl.sommer at dpi.vic.gov.au |
| cc: r-sig-geo at stat.math.ethz.ch |
| Subject: Re: [R-sig-Geo] spplot(), size of plotting symbol in legend |
>------------------------------------------------------------------------------------------------------------------------------|
Karl, I don't see an easy way for this, except by changing the code.
Perhaps you could save the object the spplot returns (spplot basically
wraps xyplot), and go in there.
--
Edzer
karl.sommer at dpi.vic.gov.au wrote:
> Hello list,
>
> I was wondering if it were possible in spplot() to influence the size of
> the plotting symbol appearing in the legend independently of the size of
> the plotting symbol in the graph.
> I have a situation where the symbol in the graph needs to be very small,
> i.e. cex=0.1. Consequently, the symbol appearing in the legend becomes
> almost illegible. I need to make it bigger, independently of the symbol
> size in the graph.
>
> Thanks
>
> Karl
> _________________________________
> Karl J Sommer,
> Department of Primary Industries,
> Catchment & Agriculture Services,
> PO Box 905
> Mildura, VIC, Australia 3502
>
> Tel: +61 (0)3 5051 4390
> Fax +61 (0)3 5051 4534
>
> Email: karl.sommer at dpi.vic.gov.au
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
More information about the R-sig-Geo
mailing list