= "Hydromedusea"
thisgroup = "hydrom"
nickname = read_ecomon_spp(form = 'sf', groups = nickname, agg = FALSE) |>
x ecomon_to_long() |>
::mutate(year = format(date, "%Y") ,
dplyrmonth = factor(format(date, "%b"), levels = month.abb))
= dplyr::filter(x, value > 0)
nonz = dplyr::filter(x, value <= 0)
zero = nrow(x)
n = zero |> nrow()
nz = sf::st_crop(coast, x) coast
Hydromedusea (hydrom)
There are 32693 records for Hydromedusea of which 29066 are zeroes (about 88.91%) leaving 3627 non-zero salp abundance records.
Back to top