Browse code

geom_facet

Guangchuang Yu authored on 23/05/2019 06:56:06
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/facet_plot.R
2
+% Please edit documentation in R/facet-utilities.R
3 3
 \name{facet_widths}
4 4
 \alias{facet_widths}
5 5
 \title{facet_widths}
Browse code

facet_widths

Guangchuang Yu authored on 27/01/2019 16:59:37
Showing 1 changed files
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
+}