lambdap_5_tau_25 | R Documentation |
An example dataset from Christman (1997):lambda_P = 5, tau = 2.5.
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_25) ggplot(lambdap_5_tau_25 %>% 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.