Learn R Programming

hzar (version 0.2-5)

hzar.plot.fzCline: Plot the 95% credible cline region for the given locus model.

Description

Plots the maximum likelihood cline and observed frequency data over a the associated fuzzy cline region. The default region is the 95% credible cline region.

Usage

hzar.plot.fzCline(dataGroup, fzCline = hzar.getCredParamRed(dataGroup), type = "p", pch = "+", col = "black", fzCol = "gray", ...)

Arguments

dataGroup
The hzar.dataGroup object for which to generate a fuzzy cline. Defaults to a 95% credible interval region.
fzCline
The hzar.fzCline object to plot.
type
The type parameter to pass to hzar.plot.obsData.
pch
The plotting character to pass to hzar.plot.obsData.
col
The color to plot the maximum likelihood cline and the observed frequencies.
fzCol
The color to fill the fuzzy cline region with.
...
Additional parameters to pass to the initial call to plot.

See Also

hzar.getCredParamRed hzar.make.fzCline plot hzar.plot.obsData hzar.plot.cline

Examples

Run this code
##TODO

Run the code above in your browser using DataLab