# Generated by roxygen2: do not edit by hand

S3method(.DollarNames,AcousticEvent)
S3method(.DollarNames,AcousticStudy)
S3method(filter,AcousticEvent)
S3method(filter,AcousticStudy)
S3method(plot,calibration)
export("ancillary<-")
export("detectors<-")
export("effort<-")
export("events<-")
export("files<-")
export("gps<-")
export("id<-")
export("localizations<-")
export("models<-")
export("pps<-")
export("settings<-")
export("species<-")
export(PAMpalSettings)
export(addAnnotation)
export(addBinaries)
export(addCalibration)
export(addDatabase)
export(addFPOD)
export(addFunction)
export(addGps)
export(addHydrophoneDepth)
export(addMeasures)
export(addNote)
export(addRecordings)
export(addSettings)
export(addWaveHeight)
export(ancillary)
export(applyCalibration)
export(bindStudies)
export(calculateAverageSpectra)
export(calculateEchoDepth)
export(calculateICI)
export(checkAnnotation)
export(checkStudy)
export(detectors)
export(effort)
export(events)
export(export_annomate)
export(export_banter)
export(files)
export(filterEchoDepths)
export(getAnnotation)
export(getBinaryData)
export(getCepstrumData)
export(getClickData)
export(getClipData)
export(getDetectorData)
export(getFPODData)
export(getGPLData)
export(getICI)
export(getMeasures)
export(getNotes)
export(getWarnings)
export(getWhistleData)
export(gps)
export(id)
export(is.AcousticEvent)
export(is.AcousticStudy)
export(is.PAMpalSettings)
export(loadPamguardXML)
export(localizations)
export(mapWavFolder)
export(markAnnotated)
export(matchRecordingUrl)
export(matchTimeData)
export(models)
export(nCepstrum)
export(nClicks)
export(nDetections)
export(nGPL)
export(nWhistles)
export(parseEventClipName)
export(plotDataExplorer)
export(plotGram)
export(plotSpectrogram)
export(plotWaveform)
export(plotWigner)
export(pps)
export(prepAnnotation)
export(processPgDetections)
export(removeBinaries)
export(removeCalibration)
export(removeDatabase)
export(removeFunction)
export(removeNote)
export(removeSettings)
export(roccaWhistleCalcs)
export(runDepthReview)
export(runIciReview)
export(sampleDetector)
export(setSpecies)
export(settings)
export(species)
export(standardCepstrumCalcs)
export(standardClickCalcs)
export(summariseDiveDepth)
export(timeJoin)
export(updateFiles)
export(updatePamObject)
export(writeEventClips)
export(writeWignerData)
exportClasses(AcousticEvent)
exportClasses(AcousticStudy)
exportClasses(PAMpalSettings)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("ancillary<-")
exportMethods("detectors<-")
exportMethods("effort<-")
exportMethods("events<-")
exportMethods("files<-")
exportMethods("gps<-")
exportMethods("id<-")
exportMethods("localizations<-")
exportMethods("models<-")
exportMethods("pps<-")
exportMethods("settings<-")
exportMethods("species<-")
exportMethods(addGps)
exportMethods(ancillary)
exportMethods(calculateICI)
exportMethods(detectors)
exportMethods(effort)
exportMethods(events)
exportMethods(files)
exportMethods(gps)
exportMethods(id)
exportMethods(localizations)
exportMethods(matchEnvData)
exportMethods(models)
exportMethods(pps)
exportMethods(settings)
exportMethods(species)
import(dplyr)
importClassesFrom(data.table,data.table)
importFrom(PAMmisc,
  addPgGps,
  fastReadWave,
  findEchoTimes,
  peakTrough,
  readSpecAnno,
  squishList,
  wignerTransform
)
importFrom(PamBinaries,
  contourToFreq,
  convertPgDate,
  loadPamguardBinaryFile
)
importFrom(RSQLite,
  SQLite,
  dbConnect,
  dbDisconnect,
  dbListFields,
  dbListTables,
  dbReadTable
)
importFrom(audio,save.wave)
importFrom(data.table,
  ":=",
  as.data.table,
  data.table,
  key,
  rbindlist,
  setDF,
  setDT,
  setkeyv
)
importFrom(dplyr,
  arrange,
  bind_rows,
  distinct,
  filter,
  group_by,
  join_by,
  left_join,
  mutate,
  n,
  n_distinct,
  rename,
  select,
  slice_sample,
  summarise,
  ungroup
)
importFrom(future.apply,future_lapply)
importFrom(gam,
  gam,
  predict.Gam,
  s
)
importFrom(geosphere,distGeo)
importFrom(ggplot2,
  aes,
  element_blank,
  element_line,
  element_text,
  facet_wrap,
  geom_density,
  geom_point,
  ggplot,
  ggtitle,
  scale_color_manual,
  theme,
  xlab,
  ylab,
  ylim
)
importFrom(grDevices,
  dev.off,
  gray.colors,
  hcl.colors,
  png
)
importFrom(graphics,
  axis,
  hist,
  image,
  layout,
  legend,
  lines,
  par,
  plot,
  points,
  text,
  title
)
importFrom(knitr,kable)
importFrom(lubridate,
  floor_date,
  int_overlaps,
  int_standardize,
  interval,
  parse_date_time,
  period
)
importFrom(methods,
  new,
  setGeneric,
  setMethod,
  validObject
)
importFrom(purrr,
  discard,
  map,
  reduce,
  transpose
)
importFrom(reticulate,
  import,
  install_miniconda,
  np_array,
  py_available,
  py_install,
  py_module_available
)
importFrom(rlang,
  as_label,
  is_expression,
  is_quosure,
  list2,
  parse_expr,
  quo_get_expr,
  quos
)
importFrom(seewave,
  TKEO,
  bwfilter,
  spec
)
importFrom(shiny,
  HTML,
  actionButton,
  brushedPoints,
  column,
  div,
  fluidPage,
  fluidRow,
  icon,
  isolate,
  observe,
  observeEvent,
  onSessionEnded,
  plotOutput,
  radioButtons,
  reactiveVal,
  reactiveValues,
  renderPlot,
  runApp,
  selectInput,
  shinyApp,
  showNotification,
  sliderInput,
  stopApp,
  tags,
  textInput,
  updateSelectInput,
  updateSliderInput
)
importFrom(signal,
  butter,
  cheby1,
  decimate,
  filtfilt,
  hanning,
  specgram
)
importFrom(stats,
  approx,
  approxfun,
  density,
  fft,
  lm,
  median,
  quantile,
  sd
)
importFrom(tcltk,
  tk_choose.dir,
  tk_choose.files
)
importFrom(tidyr,
  pivot_wider,
  unnest
)
importFrom(tuneR,
  MCnames,
  WaveMC,
  bind,
  nchannel,
  readWave,
  writeWave
)
importFrom(utils,
  .DollarNames,
  capture.output,
  globalVariables,
  menu,
  packageVersion,
  read.csv,
  setTxtProgressBar,
  str,
  txtProgressBar,
  write.csv
)
importFrom(xml2,
  read_xml,
  xml_attr,
  xml_attrs,
  xml_children,
  xml_find_all,
  xml_name
)
importMethodsFrom(PAMmisc,matchEnvData)
