Description Usage Arguments Value Note See Also Examples
Construct a simple "CAM" class object which can be passed to plot.CAM and whose elements in CAM.list can be passed to reconstruct.fitted. Can be used when only the .rawld file, m_1 and the summary table is available (e.g., only the summary table was saved after running CAM last time).
1 | construct.CAM(rawld, m1, dataset)
|
rawld |
original .rawld filepath or its data frame |
m1 |
the admixture proportion of population 1 or the path of the .log file containing this information. If |
dataset |
summary table as in |
a simple "CAM" class object.
The returned onject is not as complate as the "CAM" class object obtained from CAM. Particularly, it does not include the information about how the estimates are found. The T and A are not the original ones. The T is the minial possible one, i.e. the smallest one that is sufficient to do the following analysis and construction.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.