Learn R Programming

dataquieR (version 2.0.1)

util_set_size: Attaches attributes about the recommended minimum absolute sizes to the plot p

Description

Attaches attributes about the recommended minimum absolute sizes to the plot p

Usage

util_set_size(p, width_em = NA_integer_, height_em = NA_integer_)

Value

p the modified plot

Arguments

p

ggplot the plot

width_em

numeric len=1. the minimum width hint in em

height_em

numeric len=1. the minimum height in em