require.compiled | R Documentation |
Scan all Bayes nets in mixture, and compile any that are not already compiled
require.compiled(mixture)
mixture |
A DNAmixture object |
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)
replace.tables.for.UAF(mixD,40,compile=FALSE)
require.compiled(mixD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.