Description Usage Arguments Value Author(s) Examples
View source: R/dexr_output_figure_clientdata.R
Prints a bar of data as ggplot2 with potentially different colour, linetype, and potentially as facet plot.
1 2 3 4 5 6 7 8 9 | output_figure_clientdata(
dexpa,
d = input_csv_clientdata(dexpa),
title = NULL,
filename = paste(title, shbasic::shbasic_condenseRunids(data[, "Runid"]), sep = "_"),
ggplotaddons = NULL,
returnplot = FALSE,
facet_ncol = 2
)
|
dexpa |
parameter object |
title |
figure title |
filename |
without extension |
ggplotaddons |
vector of ggplot objects to add |
returnplot |
if true the ggplot object is returned |
facet_ncol |
number of columns of facet wrap |
data |
data.frame or list that is rbinded to a data.frame |
y_column |
column name for y data |
x_column |
column name for x data |
fill_column |
column used to define colours |
fill_legendtitle |
title for colour legend |
fill_legenditemnames |
vector of names for colour legend items |
facet_column |
column used to define facets |
alpha |
transparency |
position |
passed to geom_bar |
ggplot2 line visualisation
Sascha Holzhauer
1 | print("todo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.