1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/facet_plot.R |
|
3 |
+\name{facet_widths} |
|
4 |
+\alias{facet_widths} |
|
5 |
+\title{facet_widths} |
|
6 |
+\usage{ |
|
7 |
+facet_widths(p, widths) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{p}{ggplot or ggtree object} |
|
11 |
+ |
|
12 |
+\item{widths}{relative widths of facet panels} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+ggplot object by redrawing the figure (not a modified version of input object) |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+set relative widths (for column only) of facet plots |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+Guangchuang Yu |
|
22 |
+} |