| splom-method {FLEDA} | R Documentation |
Implements the splom method for "FLQuant" and "FLCohort" objects.
See splom.
FLQuant-class, splom, FLCohort-class
data(ple4)
# fine tune plot
ttl <- list("BTS age pairwise plot for plaice in IV", cex=1)
xttl <- list("age", cex=0.8)
yttl <- list("age", cex=0.8)
# panel function
pfun <- function(x,y,...){
panel.splom(x,y, ...)
panel.lmline(x,y, lty=1)
}
# plot
splom(~data, data=catch.n(ple4), panel=pfun, pscales=0, main=ttl,
xlab=xttl, ylab=yttl, pch=19, cex=0.3)