delete.DQnodes | R Documentation |
Delete D and Q dummy nodes and associated edges from all Bayes nets in mixture, to save space; these nodes would only be needed for specific follow-up analyses
delete.DQnodes(mixture,which="DQ")
mixture |
A compiled DNAmixture object |
which |
character string |
The function removes the D and/or Q nodes from the DNAmixture object, depending on whether which
includes "D", "Q" or both
No value is returned, the function is called for its side effect
Peter Green (P.J.Green@bristol.ac.uk)
data(test2data)
data(NGMDyes)
mixD<-DNAmixture(list(epg),k=2,C=list(0.001),database=db,dyes=list(NGMDyes),
triangulate=FALSE,compile=FALSE)
delete.DQnodes(mixD)
replace.tables.for.UAF(mixD,40)
size(mixD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.