From 17b0a4b1a5d56eda5865d4150fbc9e278a289b56 Mon Sep 17 00:00:00 2001 From: "Gonzalo E. Pinilla-Buitrago" Date: Mon, 25 Sep 2023 15:52:10 -0600 Subject: [PATCH] small fix and doc --- inst/shiny/Rmd/text_team.Rmd | 2 +- man/penvs_bgExtent.Rd | 2 +- man/penvs_drawBgExtent.Rd | 6 +++--- man/penvs_userBgExtent.Rd | 2 +- man/xfer_draw.Rd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/inst/shiny/Rmd/text_team.Rmd b/inst/shiny/Rmd/text_team.Rmd index 9f64ce6e..bde42c9a 100644 --- a/inst/shiny/Rmd/text_team.Rmd +++ b/inst/shiny/Rmd/text_team.Rmd @@ -15,7 +15,7 @@ output: html_document gonzalo -Gonzalo E. Pinilla-Buitrago (co-lead developer) received his PhD from the CUNY Graduate Center and City College of New York. He is currently a Postdoctoral Researcher at Yale University. +Gonzalo E. Pinilla-Buitrago (co-lead developer) received his PhD from the CUNY Graduate Center and City College of New York. He is currently a Postdoctoral Researcher at University of Connecticut.
andrea diff --git a/man/penvs_bgExtent.Rd b/man/penvs_bgExtent.Rd index 9cd002e3..b0c62ac7 100644 --- a/man/penvs_bgExtent.Rd +++ b/man/penvs_bgExtent.Rd @@ -24,7 +24,7 @@ shiny, otherwise leave the default NULL.} Obtain occurrence data. Used to obtain species name for logger messages.} } \value{ -A SpatialPolygonsDataFrame object that contains all occurrences from occs +A SpatialPolygons object that contains all occurrences from occs } \description{ This function generates a background area according to a user- diff --git a/man/penvs_drawBgExtent.Rd b/man/penvs_drawBgExtent.Rd index c57d345f..11a311ae 100644 --- a/man/penvs_drawBgExtent.Rd +++ b/man/penvs_drawBgExtent.Rd @@ -34,9 +34,9 @@ occs: Obtain occurrence data. Used to obtain species name for logger messages.} } \value{ -This functions returns a SpatialPolygonsDataFrame based on the user -specified coordinates (drawn on map). This SpatialPolygonsDataFrame may be -larger than specified if drawBgBuf > 0. The SpatialPolygonsDataFrame will +This functions returns a SpatialPolygons object based on the user +specified coordinates (drawn on map). This SpatialPolygons object may be +larger than specified if drawBgBuf > 0. The SpatialPolygons object will include all occurrences. } \description{ diff --git a/man/penvs_userBgExtent.Rd b/man/penvs_userBgExtent.Rd index 62128e95..f7c27b6a 100644 --- a/man/penvs_userBgExtent.Rd +++ b/man/penvs_userBgExtent.Rd @@ -34,7 +34,7 @@ shiny, otherwise leave the default NULL.} } \value{ This function returns a SpatialPolygons object with the user - provided shape (+ a buffer is userBgBuf >0). The polygon will be at least + provided shape (+ a buffer if userBgBuf >0). The polygon will be at least large enough to contain all occurrences. } \description{ diff --git a/man/xfer_draw.Rd b/man/xfer_draw.Rd index 1981436c..23eabf69 100644 --- a/man/xfer_draw.Rd +++ b/man/xfer_draw.Rd @@ -22,7 +22,7 @@ running in shiny, otherwise leave the default NULL} \item{spN}{character. Used to obtain species name for logger messages} } \value{ -This functions returns a SpatialPolygonsDataFrame based on the user +This functions returns a SpatialPolygons object based on the user specified coordinates (drawn on map). This SpatialPolygonsDataFrame may be larger than specified if drawBgBuf > 0. }