Hi, Does anyone out there know how to add a legend when using the R-function image? Ie. is there something out there like the S+ function image.legend? Doug. Fisheries Research Services, Marine Laboratory, Victoria Road, Torry, Aberdeen, UK. Tel. 44 (0) 1224 295314
legends on image plots
3 messages · Douglas Beare, Uwe Ligges, Roger D. Peng
Douglas Beare wrote:
Hi, Does anyone out there know how to add a legend when using the R-function image? Ie. is there something out there like the S+ function image.legend?
What about legend() itself? Uwe Ligges
Doug. Fisheries Research Services, Marine Laboratory, Victoria Road, Torry, Aberdeen, UK. Tel. 44 (0) 1224 295314
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
You can try using filled.contour() or maybe levelplot() in the `lattice' package. -roger
Douglas Beare wrote:
Hi, Does anyone out there know how to add a legend when using the R-function image? Ie. is there something out there like the S+ function image.legend? Doug. Fisheries Research Services, Marine Laboratory, Victoria Road, Torry, Aberdeen, UK. Tel. 44 (0) 1224 295314
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help