-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from luisDVA/lvchanges
Fix some spelling, added an error for lets.presab., document datasets, add test
- Loading branch information
Showing
13 changed files
with
184 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,73 @@ | ||
#'@name IUCN | ||
#'@aliases IUCN | ||
#'@docType data | ||
#'@title IUCN avaliation for frogs of Phyllomedusa genus | ||
#'@usage data(IUCN) | ||
#'@description Result of the function \code{\link{lets.iucn}} | ||
#'applied to Southern American frog genera Phyllomedusa in 2014. | ||
#' IUCN evaluation for frogs of the genus Phyllomedusa | ||
#' | ||
#' Result of the (deprecated) function \code{\link{lets.iucn}} | ||
#' applied to South American frog genus Phyllomedusa in 2014. | ||
#' | ||
#'@format A data frame with 32 rows and 7 columns: | ||
#'\describe{ | ||
#' \item{Species}{Scientific name} | ||
#' \item{Family}{Family} | ||
#' \item{Status}{Red List Status} | ||
#' \item{Criteria}{Criteria for listing as threatened} | ||
#' \item{Population}{Population trend per IUCN} | ||
#' \item{Description_Year}{Year described} | ||
#' \item{Country}{Presence in country} | ||
#'} | ||
#' | ||
#'@source IUCN - \url{https://www.iucnredlist.org/}. 2014. | ||
"IUCN" | ||
|
||
NULL | ||
|
||
#'@name PAM | ||
#'@aliases PAM | ||
#'@docType data | ||
#'@title PresenceAbsence object for frogs of Phyllomedusa genus | ||
#'@usage data(PAM) | ||
#'@description PresenceAbsence object obtained using the function \code{\link{lets.presab}} | ||
#'in the Geographic distribution of the Southern American frog genus \link{Phyllomedusa}. | ||
#'@source IUCN - \url{https://www.iucnredlist.org/}. 2014. | ||
#' PresenceAbsence object for frogs of the genus Phyllomedusa | ||
#' | ||
#' PresenceAbsence object obtained using the function \code{\link{lets.presab}} | ||
#' for the Geographic distribution of the South American frog genus \link{Phyllomedusa}. | ||
#' @format A PresenceAbsence object | ||
#' @source Generated from IUCN Spatial Data - \url{https://www.iucnredlist.org/}. 2014. | ||
"PAM" | ||
|
||
NULL | ||
#' Phyllomedusa | ||
#' | ||
#' Geographic distribution of the South American frog genus Phyllomedusa. | ||
# 'Data modified from the IUCN Red List spatial dataset, downloaded 05/2014). | ||
#' | ||
#' See the IUCN Red List Attribute Information for Species Ranges. | ||
#' | ||
#' @format A simple feature collection for 32 species with 46 features and 4 fields. | ||
#' | ||
#' \describe{ | ||
#' \item{binomial}{Scientific name} | ||
#' \item{presence}{IUCN Red List distributional code} | ||
#' \item{origin}{IUCN Red List distributional code} | ||
#' \item{seasonal}{IUCN Red List distributional code} | ||
#' } | ||
#' @source IUCN - \url{https://www.iucnredlist.org/}. 2014. | ||
"Phyllomedusa" | ||
|
||
#'@name Phyllomedusa | ||
#'@aliases Phyllomedusa | ||
#'@docType data | ||
#'@title Geographic distribution of Phyllomedusa genus | ||
#'@usage data(Phyllomedusa) | ||
#'@description Geographic distribution of the Southern American frog genera Phyllomedusa. | ||
#'Data was modfied from IUCN (\url{https://www.iucnredlist.org/}, downloaded in 05/2014). | ||
#'There are 32 species and 46 polygons. | ||
#'@source IUCN - \url{https://www.iucnredlist.org/}. 2014. | ||
|
||
NULL | ||
#' Mean temperature raster for the world. | ||
#' | ||
#' Mean temperature raster in degrees Celsius (multiplied by 100) | ||
#' for the world in 10 arc min of resolution. | ||
#' @format A PackedStatRaster object. | ||
#' @source Data was modified from WorldClim (\url{https://worldclim.com/}, downloaded 05/2014). | ||
#' | ||
#' Hijmans, R.J., S.E. Cameron, J.L. Parra, P.G. Jones and A. Jarvis, 2005. | ||
#' Very high resolution interpolated climate surfaces for global land areas. | ||
#' International Journal of Climatology 25: 1965-1978. | ||
"temp" | ||
|
||
#'@name temp | ||
#'@aliases temp | ||
#'@docType data | ||
#'@title Avarege temperature raster for the world. | ||
#'@usage data(temp) | ||
#'@description Average temperature raster in Celsius degrees(multiplied by 100) | ||
#'for the world in 10 arc min of resolution. Data was modfied from | ||
#'WorldClim (\url{https://worldclim.com/}, downloaded in 05/2014). | ||
#'@source Hijmans, R.J., S.E. Cameron, J.L. Parra, P.G. Jones and A. Jarvis, 2005. | ||
#'Very high resolution interpolated climate surfaces for global land areas. | ||
#'International Journal of Climatology 25: 1965-1978. | ||
|
||
NULL | ||
|
||
|
||
|
||
#'@name wrld_simpl | ||
#'@aliases wrld_simpl | ||
#'@docType data | ||
#'@title Simplified world country polygons | ||
#'@usage data(temp) | ||
#'@description Shapefile in sf format. The object was obtained from maptools | ||
#' package and converted to sf. | ||
#'@source Originally | ||
#' “https://mappinghacks.com/data/TM_WORLD_BORDERS_SIMPL-0.2.zip”, | ||
#' Simplified world country polygons | ||
#' | ||
#' World map in sf format. Obtained from maptools | ||
#' and converted to sf. | ||
#' | ||
#' @format A simple feature collection with 246 features and 11 fields. | ||
#' @source Originally | ||
#' \url{https://mappinghacks.com/data/TM_WORLD_BORDERS_SIMPL-0.2.zip}, | ||
#' now available from | ||
#' https://github.com/nasa/World-Wind-Java/tree/master/WorldWind/testData/shapefiles | ||
|
||
#' \url{https://github.com/nasa/World-Wind-Java/tree/master/WorldWind/testData/shapefiles}. | ||
"wrld_simpl" | ||
|
||
|
||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.