Travis-CI Build Status CRAN_Status_Badge Total_Downloads

dissever: a method for spatial downscaling

What is dissever?

dissever is a general method for spatial downscaling introduced by Malone et al. in their 2012 Computers & Geosciences paper. This method has been extended and generalised by Roudier et al. to use and leverage a wide range of regression methods.

This package implements the latter in R, and modifies it so numerous regression methods can be tested. It leverages the power of the caret package to do so.

Installing dissever

To install the stable version of dissever:

install.packages('dissever')

To install the development version of dissever:

# install.packages('devtools')
devtools::install_github('pierreroudier/dissever')