Description Usage Arguments Author(s) See Also Examples
View source: R/60-hzarPlottingNew.R
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.
1 2 3 4 | hzar.plot.fzCline(dataGroup,
fzCline = hzar.getCredParamRed(dataGroup),
type = "p", pch = "+",
col = "black", fzCol = "gray", ...)
|
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. |
Graham Derryberry asterion@alum.mit.edu
hzar.getCredParamRed
hzar.make.fzCline
plot
hzar.plot.obsData
hzar.plot.cline
1 | ##TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.