Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.35 KB

downscaler

Build Status AppVeyor build status Project Status: Active License: MIT

This package is an alternative to raster::resample() and downscales a raster to coarser resolution in a more efficient way (for large rasters).

Installation

To install the package downscaler from GitHub, first install the package devtools from the CRAN.

### Install the < devtools > package
install.packages("devtools", dependencies = TRUE)

Then install the downscaler package:

### Install the < downscaler > package from GitHub
devtools::install_github("frbcesab/downscaler")

### Load the < downscaler > package
library(downscaler)

Example

Type ?downscaler::downscale for an example.