View source: R/plotRunMonitoring.R
create1DHistogram | R Documentation |
PLots 1D histogram based on the Run data fetched beforehand
create1DHistogram(histData)
histData |
data retrieved |
ggplot with 1D histogram
## Not run:
# get data for a specific monitoring plot
```{sql connection = conn, output.var = "runStats", echo = FALSE}
select * from getrun1dhistogram(?inRunId, 'Stat G time: mean \(([a-zA-Z]+)')
```
# plot it.
entryRow<-runStats[1,]
seriesName<- entryRow[,"attribute"]
create1DHistogram(runStats)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.