File: gtable_add_space.Rd

package info (click to toggle)
r-cran-gtable 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: sh: 8; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/add-space.r
\name{gtable_add_space}
\alias{gtable_add_col_space}
\alias{gtable_add_row_space}
\alias{gtable_add_space}
\title{Add row/column spacing.}
\usage{
gtable_add_col_space(x, width)

gtable_add_row_space(x, height)
}
\arguments{
\item{x}{a gtable object}

\item{width}{a vector of units of length 1 or ncol - 1}

\item{height}{a vector of units of length 1 or nrow - 1}
}
\description{
Adds \code{width} space between the columns or \code{height} space between
the rows.
}