splom-method: Splom plots for FLQuants and FLCohorts

Description Generic Function Methods See Also Examples

Description

Implements the splom method for "FLQuant" and "FLCohort" objects.

Generic Function

See splom.

Methods

x="formula", data="FLQuant"

Usual splom method.

x="formula", data="FLCohort"

Usual splom method.

See Also

FLQuant-class, splom, FLCohort-class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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)
 

flr/FLEDA documentation built on May 30, 2020, 10:35 a.m.