Skip to content

Commit

Permalink
update vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 18, 2024
1 parent 511ea4d commit 4ccc52a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vignettes/scallop-example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,16 @@ 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$dataset <- NULL # drop dataset
# spat_qaqc_out$spatial_summary %>%
# pretty_lab(cols = "n") %>%
# pretty_tab()
spat_qaqc_out[2:4]
# 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[2:4]
```

<br><br><br>
Expand Down

0 comments on commit 4ccc52a

Please sign in to comment.