Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biodiversity-metrics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Metabarcoding School
biodiversity-metrics
Commits
c8ada2cb
Commit
c8ada2cb
authored
Feb 06, 2019
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add man pages for some functions
parent
7d3def0d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
47 additions
and
1 deletion
+47
-1
DESCRIPTION
DESCRIPTION
+1
-0
NAMESPACE
NAMESPACE
+11
-1
biodiversity-metrics.Rproj
biodiversity-metrics.Rproj
+1
-0
man/exp.q.Rd
man/exp.q.Rd
+17
-0
man/log.q.Rd
man/log.q.Rd
+17
-0
No files found.
DESCRIPTION
View file @
c8ada2cb
...
...
@@ -7,3 +7,4 @@ Author: Eric Coissac
Maintainer: Eric Coissac <eric.coissac@metabarcoding.org>
Description: More about what it does (maybe more than one line)
License: What license is it under?
RoxygenNote: 6.1.1
NAMESPACE
View file @
c8ada2cb
exportPattern("^[[:alpha:]]+")
# Generated by roxygen2: do not edit by hand
S3method(exp,q)
S3method(log,q)
export(D.q)
export(D.spectrum)
export(H.q)
export(H.spectrum)
export(mode)
export(tag_bad_pcr)
importFrom(Rdpack,reprompt)
biodiversity-metrics.Rproj
View file @
c8ada2cb
...
...
@@ -17,3 +17,4 @@ AutoAppendNewline: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
man/exp.q.Rd
0 → 100644
View file @
c8ada2cb
% 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
}
man/log.q.Rd
0 → 100644
View file @
c8ada2cb
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generalized_log.R
\name{log.q}
\alias{log.q}
\title{Generalized logaritmic function.}
\usage{
\method{log}{q}(x, q = 1)
}
\description{
\deqn{x \longmapsto 1 : \log(x) \approx x-1}
}
\references{
\insertRef{Tsallis:94:00}{ROBITools2}
}
\author{
Eric Coissac
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment