boundValuesDf: min/max bound a column in a data frame

View source: R/visualisation.r

boundValuesDfR Documentation

min/max bound a column in a data frame

Description

min/max bound a column in a data frame

Usage

boundValuesDf(x, colname, lim = c(0, 1))

Arguments

x

a data frame

colname

a character vector, name of the column to bound

lim

a num vector of the min/max limits to apply, for instance c(0, 1)

Value

a data frame


jmp75/mhplot documentation built on Feb. 4, 2023, 9:31 p.m.