Skip to content

Commit

Permalink
update seagrass transect data for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Dec 6, 2023
1 parent 2161bb2 commit edfd56c
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion R/anlz_transectave.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' }
#' transectocc <- anlz_transectocc(transect)
#' anlz_transectave(transectocc)
anlz_transectave <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), total = TRUE, yrrng = c(1998, 2022), rev = FALSE){
anlz_transectave <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), total = TRUE, yrrng = c(1998, 2023), rev = FALSE){

# sanity checks
stopifnot(length(yrrng) == 2)
Expand Down
2 changes: 1 addition & 1 deletion R/anlz_transectavespp.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' }
#' transectocc <- anlz_transectocc(transect)
#' anlz_transectavespp(transectocc)
anlz_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2022),
anlz_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2023),
species = c('Halodule', 'Syringodium', 'Thalassia', 'Ruppia', 'Halophila', 'Caulerpa'),
total = TRUE, by_seg = FALSE){

Expand Down
2 changes: 1 addition & 1 deletion R/show_transect.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa'),
#' varplo = 'Abundance', facet = TRUE)
show_transect <- function(transect, site, species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa'),
yrrng = c(1998, 2022), varplo = c('Abundance', 'Blade Length', 'Short Shoot Density'), base_size = 12,
yrrng = c(1998, 2023), varplo = c('Abundance', 'Blade Length', 'Short Shoot Density'), base_size = 12,
facet = FALSE, ncol = NULL, plotly = FALSE, width = NULL, height = NULL, sppcol = NULL){

# species pool
Expand Down
2 changes: 1 addition & 1 deletion R/show_transectavespp.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#' }
#' transectocc <- anlz_transectocc(transect)
#' show_transectavespp(transectocc)
show_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2022),
show_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2023),
species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa'),
total = TRUE, alph = 1, family = NA, plotly = FALSE, asreact = FALSE, width = NULL,
height = NULL, sppcol = NULL){
Expand Down
2 changes: 1 addition & 1 deletion R/show_transectmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#' transectocc <- anlz_transectocc(transect)
#' show_transectmatrix(transectocc)
show_transectmatrix <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), total = TRUE, neutral = FALSE,
yrrng = c(1998, 2022), alph = 1, txtsz = 3, family = NA, rev = FALSE, position = 'top',
yrrng = c(1998, 2023), alph = 1, txtsz = 3, family = NA, rev = FALSE, position = 'top',
plotly = FALSE, width = NULL, height = NULL){

# annual average by segment
Expand Down
2 changes: 1 addition & 1 deletion R/show_transectsum.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' transectocc <- anlz_transectocc(transect)
#' show_transectsum(transectocc, site = 'S3T10')
show_transectsum <- function(transectocc, site, species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa'),
yrrng = c(1998, 2022), abund = FALSE, sppcol = NULL){
yrrng = c(1998, 2023), abund = FALSE, sppcol = NULL){

# species pool
spp <- c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa')
Expand Down
6 changes: 3 additions & 3 deletions R/transect.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' Seagrass transect data for Tampa Bay current as of 12122022
#' Seagrass transect data for Tampa Bay current as of 12062023
#'
#' Seagrass transect data for Tampa Bay current as of 12122022
#' Seagrass transect data for Tampa Bay current as of 12062023
#'
#' @format A data frame with 146286 rows and 11 variables:
#' @format A data frame with 152580 rows and 11 variables:
#' \describe{
#' \item{Crew}{chr}
#' \item{MonitoringAgency}{chr}
Expand Down
Binary file modified data/transect.RData
Binary file not shown.
2 changes: 1 addition & 1 deletion man/anlz_transectave.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/anlz_transectavespp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/show_transect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/show_transectavespp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/show_transectmatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/show_transectsum.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/transect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edfd56c

Please sign in to comment.