hzar.overPlot.fzCline: Plot a cline region for multiple models and / or loci.

Description Usage Arguments Author(s) See Also

View source: R/60-hzarPlottingNew.R

Description

Generates and plots multiple hzar.fzCline objects on the same graph, using shading lines to identify each cline region.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
hzar.overPlot.fzCline(dataGroupSet,
                      fzClineSet = sapply(dataGroupSet,
                                          hzar.getCredParamRed,
                                          simplify = FALSE),
                      type = "p",
                      fzDens = 8,
                      fzShadeAngle =
                        ((1:length(dataGroupSet)) * 180)
                         %/% (1 + length(dataGroupSet)),
                      ...)

Arguments

dataGroupSet

The list of hzar.dataGroup objects to generate hzar.fzCline objects for plotting.

fzClineSet

The list of hzar.fzCline objects to plot.

type

Passed to hzar.plot.obsData.

fzDens

Density of the shading lines. See polygon.

fzShadeAngle

Angle of the shading lines. See polygon.

...

Additional parameters to pass to hzar.plot.fzCline.

Author(s)

Graham Derryberry asterion@alum.mit.edu

See Also

polygon hzar.getCredParamRed hzar.plot.fzCline hzar.dataGroup


hzar documentation built on May 2, 2019, 7 a.m.