trimColorSet: trimColorSet The function trimColorSet

View source: R/createPlotFromDBQuery.R

trimColorSetR Documentation

trimColorSet The function trimColorSet

Description

trimColorSet The function trimColorSet

Usage

trimColorSet(
  minim,
  maxim,
  center = NULL,
  nticks = 6,
  roundPrecision = NULL,
  reverseColorScale = FALSE,
  colorSet = "RdYlGn"
)

Arguments

center

A number around which diverging colorscales will be centralised

nticks

Number of colors in the colorscale (default setting is 6)

roundPrecision

Number of decimal places to round off values on the colorbar

reverseColorScale

If it is TRUE, the colorscale is reversed (default setting is FALSE)

colorset

Name of the colorscale which is available in the list numBaseColors

minimum

Minium value of the visualised dataset

maximum

Maximum value of the visualised dataset

binwidth

Length of intervals (only in the case when minimum and maximum values are given)

Author(s)

Roland Hollos, Erzsebet Kristof


hollorol/AgroMo documentation built on July 21, 2023, 8:51 p.m.