1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/defunct.R |
|
3 |
-\name{annotation_image} |
|
4 |
-\alias{annotation_image} |
|
5 |
-\title{annotation_image} |
|
6 |
-\usage{ |
|
7 |
-annotation_image( |
|
8 |
- tree_view, |
|
9 |
- img_info, |
|
10 |
- width = 0.1, |
|
11 |
- align = TRUE, |
|
12 |
- linetype = "dotted", |
|
13 |
- linesize = 1, |
|
14 |
- offset = 0 |
|
15 |
-) |
|
16 |
-} |
|
17 |
-\arguments{ |
|
18 |
-\item{tree_view}{tree view} |
|
19 |
- |
|
20 |
-\item{img_info}{data.frame with first column of taxa name and second column of image names} |
|
21 |
- |
|
22 |
-\item{width}{width of the image to be plotted in image} |
|
23 |
- |
|
24 |
-\item{align}{logical} |
|
25 |
- |
|
26 |
-\item{linetype}{line type if align = TRUE} |
|
27 |
- |
|
28 |
-\item{linesize}{line size if align = TRUE} |
|
29 |
- |
|
30 |
-\item{offset}{offset of image from the tree view} |
|
31 |
-} |
|
32 |
-\value{ |
|
33 |
-tree view |
|
34 |
-} |
|
35 |
-\description{ |
|
36 |
-annotation taxa with images |
|
37 |
-} |
|
38 |
-\author{ |
|
39 |
-Guangchuang Yu |
|
40 |
-} |
... | ... |
@@ -4,8 +4,15 @@ |
4 | 4 |
\alias{annotation_image} |
5 | 5 |
\title{annotation_image} |
6 | 6 |
\usage{ |
7 |
-annotation_image(tree_view, img_info, width = 0.1, align = TRUE, |
|
8 |
- linetype = "dotted", linesize = 1, offset = 0) |
|
7 |
+annotation_image( |
|
8 |
+ tree_view, |
|
9 |
+ img_info, |
|
10 |
+ width = 0.1, |
|
11 |
+ align = TRUE, |
|
12 |
+ linetype = "dotted", |
|
13 |
+ linesize = 1, |
|
14 |
+ offset = 0 |
|
15 |
+) |
|
9 | 16 |
} |
10 | 17 |
\arguments{ |
11 | 18 |
\item{tree_view}{tree view} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@106969 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,34 @@ |
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 |
+% Please edit documentation in R/phylopic.R |
|
3 |
+\name{annotation_image} |
|
4 |
+\alias{annotation_image} |
|
5 |
+\title{annotation_image} |
|
6 |
+\usage{ |
|
7 |
+annotation_image(tree_view, img_info, width = 0.1, align = TRUE, |
|
8 |
+ linetype = "dotted", linesize = 1, offset = 0) |
|
9 |
+} |
|
10 |
+\arguments{ |
|
11 |
+\item{tree_view}{tree view} |
|
12 |
+ |
|
13 |
+\item{img_info}{data.frame with first column of taxa name and second column of image names} |
|
14 |
+ |
|
15 |
+\item{width}{width of the image to be plotted in image} |
|
16 |
+ |
|
17 |
+\item{align}{logical} |
|
18 |
+ |
|
19 |
+\item{linetype}{line type if align = TRUE} |
|
20 |
+ |
|
21 |
+\item{linesize}{line size if align = TRUE} |
|
22 |
+ |
|
23 |
+\item{offset}{offset of image from the tree view} |
|
24 |
+} |
|
25 |
+\value{ |
|
26 |
+tree view |
|
27 |
+} |
|
28 |
+\description{ |
|
29 |
+annotation taxa with images |
|
30 |
+} |
|
31 |
+\author{ |
|
32 |
+Guangchuang Yu |
|
33 |
+} |
|
34 |
+ |