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
|
Loading required package: MCMCpack
Loading required package: coda
Loading required package: MASS
##
## Markov Chain Monte Carlo Package (MCMCpack)
## Copyright (C) 2003-2019 Andrew D. Martin, Kevin M. Quinn, and Jong Hee Park
##
## Support provided by the U.S. National Science Foundation
## (Grants SES-0350646 and SES-0350613)
##
Loading required package: foreach
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.