From e3a17ae89fa99f6f7683b6c472d95a3cb7423b7d Mon Sep 17 00:00:00 2001 From: Hondunauta Date: Thu, 15 Jul 2021 10:50:56 -0600 Subject: [PATCH] Add files via upload --- man/Schools.Rd | 49 ++++++++++++++++++++++++++++++++++++ man/Trails.Rd | 35 ++++++++++++++++++++++++++ man/VisitorsCenters.Rd | 34 +++++++++++++++++++++++++ man/WaterIntakeStructures.Rd | 36 ++++++++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 man/Schools.Rd create mode 100644 man/Trails.Rd create mode 100644 man/VisitorsCenters.Rd create mode 100644 man/WaterIntakeStructures.Rd diff --git a/man/Schools.Rd b/man/Schools.Rd new file mode 100644 index 0000000..fa8bb1c --- /dev/null +++ b/man/Schools.Rd @@ -0,0 +1,49 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/Schools.R +\docType{data} +\name{Schools} +\alias{Schools} +\title{Data for Schools within La Tigra National Park, Honduras} +\format{ + Simple feature collection with 36 features and 17 fields: + \itemize{ + \item{centroEduc} {} + \item{coordenada} {} + \item{coordena_1} {} + \item{coordena_2} {} + \item{CE} {} + \item{Nivel} {} + \item{Municipio} {} + \item{Aldea} {} + \item{Caserio} {} + \item{Direccion} {} + \item{tipo_centr} {} + \item{lug_clases} {} + \item{nombre_cen} {} + \item{total_alum} {} + \item{aulas} {} + \item{total} {} + \item{id} {} + } +} +\source{ + Unidad de Planeamiento y Evaluación la Gestión de la Secretaría de Educación de Honduras, sistema de estadística educativa, 2021. +} +\usage{ + Schools +} +\description{ + Data for Schools within La Tigra National Park, Honduras +} +\examples{ + if (requireNamespace("sf", quietly = TRUE)) { + library(sf) + data(Schools) + plot(st_geometry(Schools), axes=TRUE) + } +} +\references{ + \url{http://estadisticas.se.gob.hn/see/busqueda.php} +} +\keyword{datasets} +\keyword{sf} diff --git a/man/Trails.Rd b/man/Trails.Rd new file mode 100644 index 0000000..b4a199b --- /dev/null +++ b/man/Trails.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/Trails.R +\docType{data} +\name{Trails} +\alias{Trails} +\title{Data of trails for turistic use in La Tigra National Park, Honduras} +\format{ + Simple feature collection with 8 features and 3 fields: + \itemize{ + \item{names} {} + \item{X.length_km} {} + \item{length_m} {} + } +} +\source{ + Instituto de Conservación Forestal y Vida Silvestre, 2013, Plan de Manejo Parque Nacional La Tigra 2013 - 2025, 219p. +} +\usage{ + Trails +} +\description{ + Data of trails for turistic use in La Tigra National Park, Honduras +} +\examples{ + if (requireNamespace("sf", quietly = TRUE)) { + library(sf) + data(Trails) + plot(st_geometry(Trails), axes=TRUE) + } +} +\references{ + \url{https://acchonduras.files.wordpress.com/2014/07/pm-pnltfinal.pdf} +} +\keyword{datasets} +\keyword{sf} diff --git a/man/VisitorsCenters.Rd b/man/VisitorsCenters.Rd new file mode 100644 index 0000000..9c91d13 --- /dev/null +++ b/man/VisitorsCenters.Rd @@ -0,0 +1,34 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/VisitorsCenters.R +\docType{data} +\name{Trails} +\alias{Trails} +\title{Data of Visitors Centers for turistic use in La Tigra National Park, Honduras} +\format{ + Simple feature collection with 2 features and 2 fields: + \itemize{ + \item{id} {} + \item{name} {} + } +} +\source{ + Instituto de Conservación Forestal y Vida Silvestre, 2013, Plan de Manejo Parque Nacional La Tigra 2013 - 2025, 219p. +} +\usage{ + VisitorsCenters +} +\description{ + Data of Visitors Centers for turistic use in La Tigra National Park, Honduras +} +\examples{ + if (requireNamespace("sf", quietly = TRUE)) { + library(sf) + data(VisitorsCenters) + plot(st_geometry(VisitorsCenters), axes=TRUE) + } +} +\references{ + \url{https://acchonduras.files.wordpress.com/2014/07/pm-pnltfinal.pdf} +} +\keyword{datasets} +\keyword{sf} diff --git a/man/WaterIntakeStructures.Rd b/man/WaterIntakeStructures.Rd new file mode 100644 index 0000000..75fe257 --- /dev/null +++ b/man/WaterIntakeStructures.Rd @@ -0,0 +1,36 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/WaterIntakeStructure.R +\docType{data} +\name{WaterIntakeStructure} +\alias{WaterIntakeStructure} +\title{Data for Water Intake Structure within La Tigra National Park, Honduras} +\format{ + Simple feature collection with 54 features and 4 fields: + \itemize{ + \item{Id} {} + \item{X} {} + \item{Y} {} + \item{name_commu} {} + } +} +\source{ + Instituto de Conservación Forestal y Vida Silvestre, 2013, Plan de Manejo Parque Nacional La Tigra 2013 - 2025, 219p. +} +\usage{ + WaterIntakeStructure +} +\description{ + Data for Water Intake Structures within La Tigra National Park, Honduras +} +\examples{ + if (requireNamespace("sf", quietly = TRUE)) { + library(sf) + data(WaterIntakeStructure) + plot(st_geometry(WaterIntakeStructure), axes=TRUE) + } +} +\references{ + \url{http://170.238.108.227/binhnd/RpWebEngine.exe/Portal?BASE=CPVHND2001&lang=ESP} +} +\keyword{datasets} +\keyword{sf}