enm_data {enmpa} | R Documentation |
Example data used to run model calibration exercises
Description
A dataset containing information on presence and absence, and independent variables used to fit GLM models.
Usage
enm_data
Format
A data frame with 5627 rows and 3 columns.
- Sp
numeric, values of 0 = absence and 1 = presence.
- bio_1
numeric, temperature values.
- bio_12
numeric, precipitation values.
Examples
data("enm_data", package = "enmpa")
head(enm_data)
[Package enmpa version 0.1.8 Index]