colorscheme {visStatistics}R Documentation

colorscheme(x) selects color scheme of graphical output. Function parameter NULL lists all available color schemes, 1 a color tuple of green and blue 2 a color tuple of dark green and turquoi, 3 a colorplaette as defined by RcolorBrewer

Description

colorscheme(x) selects color scheme of graphical output. Function parameter NULL lists all available color schemes, 1 a color tuple of green and blue 2 a color tuple of dark green and turquoi, 3 a colorplaette as defined by RcolorBrewer

Usage

colorscheme(colorcode = NULL)

Arguments

colorcode

selects color scheme. parameters NULL: list of all available color schemes, 1: colortuple, 2, colortuple2, 3, ColorPalette

Value

selected color scheme, colors are given with their Hex Code #RRGGBB names


[Package visStatistics version 0.1.1 Index]