Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MaungaWhau

Fake data for the Maunga Whau volcano


Description

Based upon volcano in the datasets package.

Usage

data(MaungaWhau)

Format

The format is: List of 3 $ elev : num [1:87, 1:61] -1.17 -1.13 -1.09 -1.05 -1.01 ...

$ precip: num [1:87, 1:61] -2.27 -2.25 -2.24 -2.22 -2.2 ...

$ xy : num [1:1000, 1:2] 38.5 42.5 30.5 25.5 16.5 36.5 22.5 56.5 49.5 18.5 ...

Details

No coordinate system attributes are included

Examples

data(MaungaWhau)
elev <- raster(MaungaWhau$elev, xmn=0, xmx=61, ymn=0, ymx=87)
precip <- raster(MaungaWhau$precip, xmn=0, xmx=61, ymn=0, ymx=87)

maxlike

Model Species Distributions by Estimating the Probability of Occurrence Using Presence-Only Data

v0.1-8
GPL (>= 3)
Authors
Richard Chandler, Andy Royle and Roeland Kindt
Initial release
2019-11-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.