stat_stepribbon: Stair step shaped, geom_ribbon

Usage Arguments Examples

Usage

1
stat_stepribbon(mapping = NULL, data = NULL, geom = "ribbon", position = "identity")

Arguments

mapping
data
geom
position

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (mapping = NULL, data = NULL, geom = "ribbon", position = "identity") 
{
    StatStepribbon$new(mapping = mapping, data = data, geom = geom, 
        position = position)
  }

felasa/fdtools documentation built on May 16, 2019, 12:46 p.m.