Learn R Programming

enmpa (version 0.2.1)

test: Example data used to test models

Description

A dataset containing information on presence and absence, and independent variables used to fit GLM models.

Usage

test

Arguments

Format

A data frame with 100 rows and 3 columns.

Sp

numeric, values of 0 = absence and 1 = presence.

lon

numeric, longitude values.

lat

numeric, latitude values.

Examples

Run this code
data("test", package = "enmpa")
head(test)

Run the code above in your browser using DataLab