diff --git a/index.html b/index.html index 655c8e2..57b4c50 100644 --- a/index.html +++ b/index.html @@ -445,11 +445,11 @@

Workflow -
#list WAVs included with dynaSpec
-(f<-system.file(package="dynaSpec") %>% list.files(pattern=".wav",full.names=T))
-
-#store output and save spectrogram to working directory
-params <-prep_static_ggspectro(f[1],destFolder="wd",savePNG=T)
+
#list WAVs included with dynaSpec
+(f<-system.file(package="dynaSpec") %>% list.files(pattern=".wav",full.names=T))
+
+#store output and save spectrogram to working directory
+params <-prep_static_ggspectro(f[1],destFolder="wd",savePNG=T)

Static spectrogram of a female barn swallow song diff --git a/pkgdown.yml b/pkgdown.yml index 5fcc9c4..5bc0cee 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,8 +1,8 @@ -pandoc: 2.19.2 +pandoc: 3.1.11 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-02-21T21:22Z +last_built: 2024-03-12T13:46Z urls: reference: https://marce10.github.io/dynaSpec/reference article: https://marce10.github.io/dynaSpec/articles diff --git a/reference/prep_static_ggspectro.html b/reference/prep_static_ggspectro.html index dc1b6e0..875aca2 100644 --- a/reference/prep_static_ggspectro.html +++ b/reference/prep_static_ggspectro.html @@ -1,9 +1,9 @@ Generate ggplot2-based spectrogram(s), which can be passed to paged_spectro — prep_static_ggspectro • dynaSpec