Skip to content

Commit

Permalink
add outlier_table to zone_summary just to check if it will build with…
Browse files Browse the repository at this point in the history
…out error
  • Loading branch information
Paul-Carvalho committed Apr 23, 2024
1 parent f2bf312 commit 955f206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/scallop-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ agg_helper(scallopMainDataTable, value = "in_closure",

The number of observations by zone.
```{r}
outlier_table(scallopMainDataTable, proj, x = "VPUE") %>%
pretty_lab() %>%
pretty_tab()
zone_out <- zone_summary(scallopMainDataTable, project = proj,
spat = scallopTenMNSQRSpatTable,
zone.dat = "ZONE_ID",
Expand Down

0 comments on commit 955f206

Please sign in to comment.