~ubuntu-branches/debian/stretch/r-cran-rnexml/stretch

« back to all changes in this revision

Viewing changes to man/get_taxa_list.Rd

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2016-04-08 13:58:39 UTC
  • Revision ID: package-import@ubuntu.com-20160408135839-ilq08z8v8p414qpn
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% Generated by roxygen2: do not edit by hand
 
2
% Please edit documentation in R/get_taxa.R
 
3
\name{get_taxa_list}
 
4
\alias{get_otus_list}
 
5
\alias{get_taxa_list}
 
6
\title{get_taxa_list}
 
7
\usage{
 
8
get_taxa_list(nexml)
 
9
}
 
10
\arguments{
 
11
\item{nexml}{a nexml object}
 
12
}
 
13
\value{
 
14
the list of taxa
 
15
}
 
16
\description{
 
17
Retrieve names of all species/otus otus (operational taxonomic units) included in the nexml
 
18
}
 
19
\seealso{
 
20
\code{\link{get_item}}
 
21
}
 
22