search for: legent

Displaying 3 results from an estimated 3 matches for "legent".

Did you mean: legend
2011 Nov 16
1
HELP DATA CLIPPING AND DATA OVERLAY ON A MAP
...adm.org/data/rda/TZA_adm2.RData") print(load(TZA_adm2)) close(TZA_adm2) col = rainbow(length(levels(gadm$NAME_2))) spplot(gadm, "NAME_2", col.regions=col, auto.key = FALSE, main="TZA Regions") #How do I clipp or overaly X in data on TZA_adm2 polygon? #Also how to remove the legent or putting the names in the map. auto.key=FALSE does not work.   Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
2003 Sep 24
0
Matching colors with lattice auto.key
Hello ! I try to plot some data with lattice function xyplot. These data are separated in two groups by a factor. If I let the default color and symbol settings, I get the right legent with auto.key. But if I change them by col and pch arguments, the plot is right but the legend still reflects default settings. Isn't the auto-key feature normally taking its arguments from the internal parameters of the plot ? Here some example : > x <- rnorm(20) > y <- rnor...
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a simulation model and creates some graphs. It's not very complicated code, and it works perfectly fine if I just run the code as is. But I have converted it into a function so we call it externally, and when I try to source the code to test the function, I get the error message "variable names are limited to 256