File: gtable_squash_rows.Rd

package info (click to toggle)
r-cran-cowplot 1.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,564 kB
  • sloc: sh: 13; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gtable.R
\name{gtable_squash_rows}
\alias{gtable_squash_rows}
\title{Set the height of given rows to 0.}
\usage{
gtable_squash_rows(table, rows)
}
\arguments{
\item{table}{The gtable on which to operate}

\item{rows}{Numerical vector indicating the rows whose heights should be set to zero.}
}
\description{
Set the height of given rows to 0.
}