reColor: Re-Color a dataset

View source: R/gen_general.r

reColorR Documentation

Re-Color a dataset

Description

Recalculate all the colors contained in colRep in a dataset.

Usage

reColor(dataset)

Arguments

dataset

An object of class 'aquap_data' as produced e.g. by gfd.

Details

This can be useful if, for example, a subset of data taken from a rather big dataset where a possible color-gradient was very wide, only presents itself as having more or less the same color.

Value

The dataset with recalculated color representation.

See Also

Other Helper Functions: ap2_settings_setup(), ap2dme(), export_ap2_ToXlsx(), export_header_toXls(), genFolderStr(), genNoiseRecExp(), genTempCalibExp(), getcd(), getcm(), getstn(), printStdColnames(), saveAQdata(), siWlg(), updateSettings()

Examples

## Not run: 
fd <- gfd()
fd2 <- reColor(fd)

## End(Not run)

bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.