AKmoose_df: Data Set with Alaska Moose Counts.

AKmoose_dfR Documentation

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

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

Source

Alaska Department of Fish and Game, Division of Wildlife Conservation has released this data set under the CC0 (creative commons) license. To the extent possible under law, Alaska Department of Fish and Game, Division of Wildlife Conservation waives all copyright and related or neighboring rights to An Alaskan GSPE (Geospatial Population Estimator) Survey of Moose, AKmoose.rda. This work is published from: United States.

Examples

data(AKmoose_df)
names(AKmoose_df)
summary(AKmoose_df)

sptotal documentation built on Dec. 12, 2022, 1:06 a.m.