Add man pages for some functions

This commit is contained in:
2019-02-06 17:32:23 +01:00
parent 7d3def0deb
commit c8ada2cb02
5 changed files with 47 additions and 1 deletions

17
man/exp.q.Rd Normal file
View File

@@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generalized_log.R
\name{exp.q}
\alias{exp.q}
\title{Generalized exponential function.}
\usage{
\method{exp}{q}(x, q = 1, base = exp(1))
}
\description{
Generalized exponential function.
}
\references{
\insertRef{Tsallis:94:00}{ROBITools2}
}
\author{
Eric Coissac
}