marginal plot in a levelplot gives very nice row and clo. mean value profile
on a top and right side.
How can I add two little scales top/right to marginal plot?

here is my codes.

Thanks,

Nahm

RAD1998.all <- stack(list.ras)

list.files <- mixedsort(list.files(paste(getwd(), "/1998bil/", sep = ""),
full.names = F, pattern = ".asc.bil"))
#list.files

outlist <- substr(list.files, 31, 43)
#outlist

png(paste("1998",outlist[[1]],".png",sep=""))
levelplot(RAD1998.all[[1]])
dev.off() 



--
View this message in context: 
http://r-sig-geo.2731867.n2.nabble.com/Levelplot-RasterVis-two-marginal-plot-scale-tp7586928p7586942.html
Sent from the R-sig-geo mailing list archive at Nabble.com.

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

Reply via email to