Skip to content

Commit

Permalink
test vignette r cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 18, 2024
1 parent 08bbd44 commit 511ea4d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions vignettes/scallop-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,14 @@ degree(scallopMainDataTable, project = proj,
### Spatial QAQC

```{r}
spat_qaqc_out <-
spatial_qaqc(scallopMainDataTable, project = proj,
spat = scallopTenMNSQRSpatTable, lon.dat = "DDLON", lat.dat = "DDLAT")
spat_qaqc_out <- spatial_qaqc(scallopMainDataTable, project = proj,
spat = scallopTenMNSQRSpatTable, lon.dat = "DDLON", lat.dat = "DDLAT")
spat_qaqc_out$dataset <- NULL # drop dataset
spat_qaqc_out$spatial_summary %>%
pretty_lab(cols = "n") %>%
pretty_tab()
# spat_qaqc_out$spatial_summary %>%
# pretty_lab(cols = "n") %>%
# pretty_tab()
spat_qaqc_out[2:4]
```
Expand Down

0 comments on commit 511ea4d

Please sign in to comment.