lambdap_5_tau_1: Example dataset from Christman (1997)

lambdap_5_tau_1R Documentation

Example dataset from Christman (1997)

Description

An example dataset from Christman (1997): lambda_P = 5, tau = 1.

Format

A data frame with 100 rows and 5 variables

Details

  • y. Y coordinate.

  • x. X coordinate.

  • NetworkID. The ID of the network to which the unit belongs.

  • m. The number of units in the given network.

  • y_value. The abundance of the species of interest.

References

\insertRef

christman1997efficiencyACSampling

Examples

library(ggplot2)
library(magrittr)
data(lambdap_5_tau_1)

ggplot(lambdap_5_tau_1 %>% dplyr::filter(y_value!=0), aes(x, y)) + geom_text(aes(label=y_value))

ksauby/ACS documentation built on Aug. 18, 2022, 3:33 a.m.