diff --git a/index.html b/index.html index 655c8e2..57b4c50 100644 --- a/index.html +++ b/index.html @@ -445,11 +445,11 @@
#list WAVs included with dynaSpec
-<-system.file(package="dynaSpec") %>% list.files(pattern=".wav",full.names=T))
- (f
-#store output and save spectrogram to working directory
-<-prep_static_ggspectro(f[1],destFolder="wd",savePNG=T) params
#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)