plot.mappoly.prefpair.profiles {mappoly} | R Documentation |
Plots mappoly.prefpair.profiles
Description
Plots mappoly.prefpair.profiles
Usage
## 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",
...
)
Arguments
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 |
[Package mappoly version 0.4.1 Index]