burningEmbers: create 'burningEmbers' object

Description Usage Arguments Value Examples

Description

Create a burningEmbers object from the given parameter.

Usage

1
burningEmbers(bot, top, colNames = NULL)

Arguments

bot

bottom of the colour cascade, i.e. lowest value

top

top of the colour cascade, i.e. highest value

colNames

names of the different columns in the graph

Value

object of class burningEmbers which can be plotted.

Examples

1
2
3
4
5
6
7
8
x <- burningEmbers()
plot(x)

x <- burningEmbers(
                   bot = c(1, -2, 3, -3),
                   top = c(2,  5, 4, -2)
                   )
plot(x)

rkrug/burningEmbers documentation built on July 5, 2019, 8:24 p.m.