Packages "ape", "igraph", and "network" must be installed to successfully execute sidier0.1.r

To load the sidier package from this folder:

1) set the working directory of the R process by typing 

setwd("xxx")

where xxx represents the complete path of the folder in your computer containing the file "sidier0.1.r".

2) and load the package by typing:

source("sidier0.1.r")

Note that "sidier0.1.r" may be copied to any folder in your system to be executed, but example files must be copied to the same folder to execute the examples as shown in the manual.

