output_figure_clientdata: Prints a bar of data as ggplot2 with potentially different...

Description Usage Arguments Value Author(s) Examples

View source: R/dexr_output_figure_clientdata.R

Description

Prints a bar of data as ggplot2 with potentially different colour, linetype, and potentially as facet plot.

Usage

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
)

Arguments

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

Value

ggplot2 line visualisation

Author(s)

Sascha Holzhauer

Examples

1
print("todo")

UniK-INES/dexR documentation built on June 30, 2021, 11:05 p.m.