NetIndices-package {NetIndices} | R Documentation |
Given a network (e.g. a food web), estimates several network indices.
These include:
Package: | NetIndices |
Type: | Package |
Version: | 1.2 |
Date: | 2009-01-16 |
License: | GNU Public License 2 or above |
Karline Soetaert (Maintainer), Netherlands Institute of Ecology
Julius Kipyegon Kones, University of Nairobi
Kones, J.K., Soetaert, K., van Oevelen, D. and J.Owino (2009). Are network indices robust indicators of food web functioning? a Monte Carlo approach. Ecological Modelling, 220, 370-382.
## Not run: ## show examples (see respective help pages for details) example(AscInd) example(TrophInd) example(Takapoto) ## open the directory with script used to write the Kones et al. (2009) article browseURL(paste(system.file(package="NetIndices"), "/EcologicalModelling", sep="")) ## open the directory with documents browseURL(paste(system.file(package="NetIndices"), "/doc", sep="")) ## the vignette vignette("NetIndices") ## End(Not run)