1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/facet-.r
3\name{render_strips}
4\alias{render_strips}
5\title{Render panel strips}
6\usage{
7render_strips(x = NULL, y = NULL, labeller, theme)
8}
9\arguments{
10\item{x, y}{A data.frame with a column for each variable and a row for each
11combination to draw}
12
13\item{labeller}{A labeller function}
14
15\item{theme}{a \code{theme} object}
16}
17\value{
18A list with an "x" and a "y" element, each containing a "top" and
19"bottom" or "left" and "right" element respectively. These contains a list of
20rendered strips as gtables.
21}
22\description{
23All positions are rendered and it is up to the facet to decide which to use
24}
25\keyword{internal}
26