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


csiro-hydroinformatics/mhplot documentation built on Jan. 29, 2023, 7:56 p.m.