R/parks.R

#' Visitor and resource usage to a national park
#'
#' A dataset containing scaled visitor usage to a national park. The variables are as follows:
#'
#' \itemize{
#'   \item time. (days)
#'   \item visitors. number of visitors to a national parked, scaled by the equilibrium value.
#'   \item resources. scaled area of the reserve not deforested.
#' }
#'
#' @docType data
#' @keywords datasets
#' @name parks
#' @usage data(parks)
#' @format A data frame with 8 rows and 3 variables
#' @source Sinay, Laura, and Leon Sinay. 2006. “A Simple Mathematical Model for the Effects of the Growth of Tourism on Environment.” In International Tourism Conference. Alanya, Turkey.

NULL

Try the demodelr package in your browser

Any scripts or data that you put into this service are public.

demodelr documentation built on Sept. 16, 2022, 5:07 p.m.