File: gtable_squash_cols.Rd

package info (click to toggle)
r-cran-cowplot 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,564 kB
  • sloc: sh: 13; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 428 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_cols}
\alias{gtable_squash_cols}
\title{Set the width of given columns to 0.}
\usage{
gtable_squash_cols(table, cols)
}
\arguments{
\item{table}{The gtable on which to operate}

\item{cols}{Numerical vector indicating the columns whose width should be set to zero.}
}
\description{
Set the width of given columns to 0.
}