From 955f206aec0f16b3eef2bbb7571d95cb83a28bd8 Mon Sep 17 00:00:00 2001 From: Paul-Carvalho Date: Tue, 23 Apr 2024 13:01:13 -0700 Subject: [PATCH] add outlier_table to zone_summary just to check if it will build without error --- vignettes/scallop-example.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vignettes/scallop-example.Rmd b/vignettes/scallop-example.Rmd index 94a2298a..c8c0fce7 100644 --- a/vignettes/scallop-example.Rmd +++ b/vignettes/scallop-example.Rmd @@ -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",