1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,29 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/AllClasses.R |
|
3 |
-\docType{class} |
|
4 |
-\name{nhx-class} |
|
5 |
-\alias{nhx-class} |
|
6 |
-\title{Class "nhx" |
|
7 |
-This class stores nhx tree} |
|
8 |
-\description{ |
|
9 |
-Class "nhx" |
|
10 |
-This class stores nhx tree |
|
11 |
-} |
|
12 |
-\section{Slots}{ |
|
13 |
- |
|
14 |
-\describe{ |
|
15 |
-\item{\code{file}}{input file} |
|
16 |
- |
|
17 |
-\item{\code{fields}}{available feature} |
|
18 |
- |
|
19 |
-\item{\code{phylo}}{phylo object} |
|
20 |
- |
|
21 |
-\item{\code{nhx_tags}}{tag information in nhx file} |
|
22 |
- |
|
23 |
-\item{\code{extraInfo}}{extra information} |
|
24 |
-}} |
|
25 |
-\author{ |
|
26 |
-Guangchuang Yu \url{http://guangchuangyu.github.io} |
|
27 |
-} |
|
28 |
-\keyword{classes} |
|
29 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@112578 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111815 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,29 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/AllClasses.R |
|
3 |
+\docType{class} |
|
4 |
+\name{nhx-class} |
|
5 |
+\alias{nhx-class} |
|
6 |
+\title{Class "nhx" |
|
7 |
+This class stores nhx tree} |
|
8 |
+\description{ |
|
9 |
+Class "nhx" |
|
10 |
+This class stores nhx tree |
|
11 |
+} |
|
12 |
+\section{Slots}{ |
|
13 |
+ |
|
14 |
+\describe{ |
|
15 |
+\item{\code{file}}{input file} |
|
16 |
+ |
|
17 |
+\item{\code{fields}}{available feature} |
|
18 |
+ |
|
19 |
+\item{\code{phylo}}{phylo object} |
|
20 |
+ |
|
21 |
+\item{\code{nhx_tags}}{tag information in nhx file} |
|
22 |
+ |
|
23 |
+\item{\code{extraInfo}}{extra information} |
|
24 |
+}} |
|
25 |
+\author{ |
|
26 |
+Guangchuang Yu \url{http://ygc.name} |
|
27 |
+} |
|
28 |
+\keyword{classes} |
|
29 |
+ |