Skip to content

Commit

Permalink
more doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mle2718 committed Dec 18, 2024
1 parent efeeb34 commit 3a1b340
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vignettes/scallop-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1177,9 +1177,11 @@ vpue_out$plot + angled_theme()

## Distributions

FishSET can make various distributional plots

### LANDED_OBSCURED
KDE, ECDF, and CDF of meat catch.
KDE, ECDF, and CDF of meat catch, note the ``tran= "log"`` option to do a log
transformation of ``LANDED_OBSCURED.``
```{r}
density_plot(scallopMainDataTable, proj,
var = "LANDED_OBSCURED",
Expand All @@ -1188,7 +1190,8 @@ density_plot(scallopMainDataTable, proj,

<br><br>

KDE, ECDF, and CDF of meat catch by fleet.
KDE, ECDF, and CDF of meat catch by fleet can be easily produced using the
``group="fleet"`` option.
```{r}
density_plot(scallopMainDataTable, proj,
var = "LANDED_OBSCURED",
Expand Down

0 comments on commit 3a1b340

Please sign in to comment.