Navigation auf uzh.ch
This R package described contains some "convenience" functions I programmed for my own use. I make them available here mainly for my own collaborators. They are reasonably well tested but use them at your own risk. Also, I do not provide any support. In case you find a bug, however, I am happy if you report it. The functions provided cover the following topics:
The package is hosted on GitHub: https://github.com/pascal-niklaus/pascal
The easiest way to install it is by using the package "devtools"
library(devtools)
install_github("pascal-niklaus/pascal/pascal")
Precompiled binaries are also available from https://github.com/pascal-niklaus/pasca/tree/master/pkgs
This package contains more "biogeo"-related functions. The topics covered so far are:
This package is hosted on GitHub: https://github.com/pascal-niklaus/pgeo
The easiest way to install it is by using the package "devtools"
library(devtools)
install_github("pascal-niklaus/pgeo/pgeo")
Precompiled binaries are also available from https://github.com/pascal-niklaus/pgeo/tree/master/pkgs
This R package contains some "biodiversity"-related functions I programmed for my own use.
This package is hosted on GitHub: https://github.com/pascal-niklaus/pdiv
The easiest way to install it is by using the package "devtools"
library(devtools)
install_github("pascal-niklaus/pdiv/pdiv")
Precompiled binaries are also available from https://github.com/pascal-niklaus/pdiv/tree/master/pkgs