Skip to content

Commit

Permalink
remove manual usage declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
drwilkins committed Sep 20, 2024
1 parent 8fb361c commit 96b3545
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
5 changes: 0 additions & 5 deletions R/prep_static_ggspectro.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#'
#' @aliases prepStaticSpec prepStaticGGspec
#'
#' @usage prep_static_ggspectro(soundFile,destFolder,outFilename,savePNG=FALSE,colPal="inferno",
#' crop=NULL,bg=NULL,filter=NULL,xLim=NULL,yLim=c(0,10),plotLegend=FALSE,onlyPlotSpec=TRUE,
#' ampTrans=1,min_dB=-30,wl=512, ovlp=90,wn="blackman",specWidth=9,specHeight=3,
#' colbins=30,ampThresh=0,bgFlood=FALSE,fontAndAxisCol=NULL,optim=NULL,...)
#'
#' @param soundFile should work with URLs, full and relative paths; handles .mp3 and .wav
#' @param destFolder path to directory to save output. Needs to be like "figures/spectrograms/" to be relative to working directory. Default=parent folder of soundFile. Specify "wd" to output to the working directory, gotten from [get_wd()]
#' @param outFilename name for output PNG. default=NULL will use input name in output filename.
Expand Down
33 changes: 29 additions & 4 deletions man/prep_static_ggspectro.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96b3545

Please sign in to comment.