Attractor finding algorithm
To install cafr
:
install.packages("devtools")
require(devtools)
install_github("cafr", "weiyi-bitw")
A good way to start is to look at the example given in the help document for function clusterAttractors.R
?clusterAttractors
The package also contains some scripts for executing in parallel under SGE framework. You can refer to cafr/parallel/README.txt
for information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.