lambdap_5_tau_1 | R Documentation |
An example dataset from Christman (1997): lambda_P = 5, tau = 1.
A data frame with 100 rows and 5 variables
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.
christman1997efficiencyACSampling
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.