create1DHistogramRaw: Create area hisgoram with cumulatvie sum

create1DHistogramRawR Documentation

Create area hisgoram with cumulatvie sum

Description

Create area hisgoram with cumulatvie sum

Usage

create1DHistogramRaw(histData, histMetaData, plotType = "area", xaxisType = "")

Arguments

histData

dataframe with x,val

histMetaData

dataframe with all needed fields: aribute, xlabel , scale = "LINEAR"/"LOG", failed, count for sidplauy purposes

plotType

type of the plot (scatter,area, column, ...)

xaxisType

put "logarithmic" is needed for X-axis

Value

highcharter area histogram

Examples

## Not run: 
periodData = sosSet %>%
group_by(x = round(period,2)) %>%
summarise(val = n()) %>% ungroup()
create1DHistogramRaw(periodData,
 metaData =
  data.frame(attribute = "Period",
  xlabel = paste(cu7Name, "Period"),
  scale = "LINEAR",
  failed = NaN,
  count = length(sosSet[[1]])))


## End(Not run)

yazun/dpcgR documentation built on Feb. 2, 2024, 7:12 p.m.