Skip to content

Commit 7a0bf5d

Browse files
committed
Merge branch 'master' of https://github.com/tbep-tech/tbeptools
2 parents 0ed1984 + 0327388 commit 7a0bf5d

18 files changed

Lines changed: 21 additions & 21 deletions

R/anlz_transectave.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#' }
2323
#' transectocc <- anlz_transectocc(transect)
2424
#' anlz_transectave(transectocc)
25-
anlz_transectave <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), total = TRUE, yrrng = c(1998, 2024), rev = FALSE){
25+
anlz_transectave <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), total = TRUE, yrrng = c(1998, 2025), rev = FALSE){
2626

2727
# sanity checks
2828
stopifnot(length(yrrng) == 2)

R/anlz_transectavespp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' }
2424
#' transectocc <- anlz_transectocc(transect)
2525
#' anlz_transectavespp(transectocc)
26-
anlz_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2024),
26+
anlz_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2025),
2727
species = c('Halodule', 'Syringodium', 'Thalassia', 'Ruppia', 'Halophila', 'Caulerpa', 'Dapis', 'Chaetomorpha'),
2828
total = TRUE, by_seg = FALSE){
2929

R/show_compplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#'
1717
#' @examples
1818
#' transect <- read_transect(training = TRUE)
19-
#' show_compplot(transect, yr = 2024, site = '3', species = 'Halodule', varplo = 'Abundance')
19+
#' show_compplot(transect, yr = 2025, site = '3', species = 'Halodule', varplo = 'Abundance')
2020
show_compplot <- function(transect, yr, site, species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia'),
2121
varplo = c('Abundance', 'Blade Length', 'Short Shoot Density'), base_size = 18, xtxt = 10, size = 1){
2222

R/show_transect.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#' 'Caulerpa', 'Dapis', 'Chaetomorpha'),
4545
#' varplo = 'Abundance', facet = TRUE)
4646
show_transect <- function(transect, site, species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa', 'Dapis', 'Chaetomorpha'),
47-
yrrng = c(1998, 2024), varplo = c('Abundance', 'Blade Length', 'Short Shoot Density'), base_size = 12,
47+
yrrng = c(1998, 2025), varplo = c('Abundance', 'Blade Length', 'Short Shoot Density'), base_size = 12,
4848
facet = FALSE, ncol = NULL, plotly = FALSE, width = NULL, height = NULL, sppcol = NULL){
4949

5050
# species pool

R/show_transectavespp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#' }
3434
#' transectocc <- anlz_transectocc(transect)
3535
#' show_transectavespp(transectocc)
36-
show_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2024),
36+
show_transectavespp <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), yrrng = c(1998, 2025),
3737
species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa', 'Dapis', 'Chaetomorpha'),
3838
total = TRUE, alph = 1, family = 'sans', plotly = FALSE, asreact = FALSE, width = NULL,
3939
height = NULL, sppcol = NULL){

R/show_transectmatrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#' transectocc <- anlz_transectocc(transect)
3737
#' show_transectmatrix(transectocc)
3838
show_transectmatrix <- function(transectocc, bay_segment = c('OTB', 'HB', 'MTB', 'LTB', 'BCB'), total = TRUE, neutral = FALSE,
39-
yrrng = c(1998, 2024), alph = 1, txtsz = 3, family = 'sans', rev = FALSE, position = 'top',
39+
yrrng = c(1998, 2025), alph = 1, txtsz = 3, family = 'sans', rev = FALSE, position = 'top',
4040
plotly = FALSE, width = NULL, height = NULL){
4141

4242
# annual average by segment

R/show_transectsum.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' transectocc <- anlz_transectocc(transect)
2424
#' show_transectsum(transectocc, site = 'S3T10')
2525
show_transectsum <- function(transectocc, site, species = c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa', 'Dapis', 'Chaetomorpha'),
26-
yrrng = c(1998, 2024), abund = FALSE, sppcol = NULL){
26+
yrrng = c(1998, 2025), abund = FALSE, sppcol = NULL){
2727

2828
# species pool
2929
spp <- c('Halodule', 'Syringodium', 'Thalassia', 'Halophila', 'Ruppia', 'Caulerpa', 'Dapis', 'Chaetomorpha')

R/transect.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#' Seagrass transect data for Tampa Bay current as of 11032024
1+
#' Seagrass transect data for Tampa Bay current as of 10292025
22
#'
3-
#' Seagrass transect data for Tampa Bay current as of 11032024
3+
#' Seagrass transect data for Tampa Bay current as of 10292025
44
#'
5-
#' @format A data frame with 158352 rows and 11 variables:
5+
#' @format A data frame with 164727 rows and 11 variables:
66
#' \describe{
77
#' \item{Crew}{chr}
88
#' \item{MonitoringAgency}{chr}

data/transect.RData

10.3 KB
Binary file not shown.

man/anlz_transectave.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)