Repository for my master thesis on the Random Cluster model: "The Fragmentation Hypothesis". All the simulation scripts of my theses are in the subfolder Scripts, all simulated data is in the Data folder and all the plots of my thesis are in the Plots subfolder. The package can be installed as follows:
# First install devtools
install.packages("devtools")
# Load devtools
library(devtools)
# Install RandomCluster
install_github("TimoMatzen/RandomCLuster")
# load RandomCluster
library(RandomCluster)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.