View source: R/preferential_pairing.R
plot.mappoly.prefpair.profiles | R Documentation |
Plots mappoly.prefpair.profiles
## S3 method for class 'mappoly.prefpair.profiles'
plot(
x,
type = c("pair.configs", "hom.pairs"),
min.y.prof = 0,
max.y.prof = 1,
thresh = 0.01,
P1 = "P1",
P2 = "P2",
...
)
x |
an object of class |
type |
a character string indicating which type of graphic is plotted:
|
min.y.prof |
lower bound for y axis on the probability profile graphic (default = 0) |
max.y.prof |
upper bound for y axis on the probability profile graphic (default = 1) |
thresh |
threshold for chi-square test (default = 0.01) |
P1 |
a string containing the name of parent P1 |
P2 |
a string containing the name of parent P2 |
... |
unused arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.