I have created a list of RasterLayers and am trying to plot each layer
individually by extracting it from a list. I get the error listed below. I
have tried unlist() but it's not working for some reason. Can anyone suggest
how to make it plot?

> plot(list.of.rasters[[1]][1])
Error in xy.coords(x, y, xlabel, ylabel, log) :
  'x' is a list, but does not have components 'x' and 'y'


Cheers,
Roman


-- 
In God we trust, all others bring data.

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to