tbep-tech / tbeptools

R package for Tampa Bay Estuary Program functions
https://tbep-tech.github.io/tbeptools/
Other
7 stars 3 forks source link

Seagrass - plotting 1 or 2 species #33

Closed Gmangrove closed 4 years ago

Gmangrove commented 4 years ago

For this graphing section: show_transectavespp(transectocc)

Is there an option where the total frequency of occurrence can be omitted so the graph is scaled to a better level, because species like Halodule and Ruppia will often just get lost in the bottom of the graph.

fawda123 commented 4 years ago

@Gmangrove yes, use the option total = FALSE

library(tbeptools)
transectocc <- anlz_transectocc(transect)
show_transectavespp(transectocc, total = F)

image