Learn R Programming

ENMTools (version 1.1.2)

raster.cor: Calculates the correlation coefficient between two rasters.

Description

Calculates the correlation coefficient between two rasters.

Usage

raster.cor(x, y, method = "spearman")

Value

A numeric correlation coefficient.

Arguments

x

Either a raster or an ENMTools model object with a suitability raster.

y

Either a raster or an ENMTools model object with a suitability raster.

method

The method to be used for calculating correlations. Defaults to spearman, but can take "kendall" or "pearson" as well.

Examples

Run this code
data(euro.worldclim)
raster.cor(euro.worldclim[[1]], euro.worldclim[[2]])

Run the code above in your browser using DataLab