Learn R Programming

sptotal (version 1.0.1)

AKmoose_df: Data Set with Alaska Moose Counts.

Description

A data set that can be used with the sptotal package. In this example, the counts are of moose on 860 sites of equal area.

Usage

AKmoose_df

Arguments

Format

A dataframe object. The data frame AKmoose_df contains 860 rows and 4 columns:

elev_mean

The mean elevation for each sitefor each site

strat

A stratification variable (either L or M)

surveyed

Assigned a 1 if the site was surveyed and a 0 otherwise

total

The total moose count on each site (NA if the site was not surveyed)

x

the x-coordinate centroid of the site (TM)

y

the y-coordinate centroid of the site (TM)

lon

the longitudinal centroid of the site

lat

the latitudinal centroid of the site

Examples

Run this code
data(AKmoose_df)
names(AKmoose_df)
summary(AKmoose_df)

Run the code above in your browser using DataLab