diff --git a/man/discreteSpectrum.Rd b/man/discreteSpectrum.Rd
new file mode 100644
index 0000000000000000000000000000000000000000..41d64c1e3f6940f1fa9a53ffe9bb7583919f7e51
--- /dev/null
+++ b/man/discreteSpectrum.Rd
@@ -0,0 +1,27 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/develop.R
+\name{as.data.frame.discreteSpectrum}
+\alias{as.data.frame.discreteSpectrum}
+\alias{plot.discreteSpectrum}
+\alias{lines.discreteSpectrum}
+\alias{print.discreteSpectrum}
+\title{Discrete spectrum class}
+\usage{
+\method{as.data.frame}{discreteSpectrum}(x)
+
+\method{plot}{discreteSpectrum}(M, periods = FALSE, labels = NULL, ...)
+
+\method{lines}{discreteSpectrum}(M, ...)
+
+\method{print}{discreteSpectrum}(M, ...)
+}
+\arguments{
+\item{periods}{if TRUE will add a lower axis with period labels}
+
+\item{labels}{to be set above the frequency peaks. Can be the output of `attributeTone`}
+
+\item{a}{`discreteSpectrum` object, typically the output of a `mfft` call.}
+}
+\description{
+Discrete spectrum class
+}