Displaying 1 result from an estimated 1 matches for "y_center_p".
Did you mean:
x_center_p
2011 Jun 15
1
Legend in lattice
...ervals:
DATA$s_Shape_2 <- cut(x=DATA$Shape_inde,breaks=c(0.9999999,1.2,1.4,1.7,2.1,5))
I
will use the index of the categories as the radius of the circles. Now,
following the aforementioned figure 5.6, I have the following code:
NDVI.breaks <- do.breaks(range(DATA.ord$NDVI), 50)
xyplot(Y_Center_P~X_Center_P|Level,data=DATA.ord,col = "black",aspect = "iso",
??????????????????????????????????? fill.color = DATA.ord$c_RNDVI, cex = DATA$s_Shape_2,
??????????????????????????????????? panel = function(x, y, fill.color, cex,..., subscripts) {
???????????????????????????????????...