lattice 作图 举例

library(lattice)

Depth <- equal.count(quakes$depth, number=8, overlap=.1)
xyplot(lat ~ long | Depth, data = quakes)

 

 

 

原文地址:https://www.cnblogs.com/arcserver/p/6437713.html