Description Usage Arguments Author(s) Examples
Function for creating lineplots for genotype-phenotype (GP) map (an object of class gpmap
)
with 1-3 biallelic loci.
1 2 3 |
x |
A |
show |
Which map (only used if >1 map in |
decomposed |
Decomposition into monotone and non-monotone component plotted if TRUE |
... |
ignored |
Arne B. Gjuvsland <arne.gjuvsland@nmbu.no> and Yunpeng Wang <yunpeng.wng@gmail.com>
1 2 3 4 5 6 7 8 | data(GPmaps)
#plot additive gpmap
plot(A)
#plot decomposition of GPmap from Cheverud & Routman (1995)
decomp <- decompose_monotone(mouseweight)
plot(decomp, decomposed=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.