View source: R/FedorovWynnAlgorithm.R
FedorovWynnAlgorithm_Rcpp | R Documentation |
Run the FedorovWynnAlgorithm in Rcpp
FedorovWynnAlgorithm_Rcpp(
protocols_input,
ndimen_input,
nbprot_input,
numprot_input,
freq_input,
nbdata_input,
vectps_input,
fisher_input,
nok_input,
protdep_input,
freqdep_input
)
protocols_input |
parameter protocols_input |
ndimen_input |
parameter ndimen_input |
nbprot_input |
parameter nbprot_input |
numprot_input |
parameter numprot_input |
freq_input |
parameter freq_input |
nbdata_input |
parameter nbdata_input |
vectps_input |
parameter vectps_input |
fisher_input |
parameter fisher_input |
nok_input |
parameter nok_input |
protdep_input |
parameter protdep_input |
freqdep_input |
parameter freqdep_input |
A list giving the results of the outputs of the FedorovWynn algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.