ReportPlot: Generating the Plot

Description Usage Arguments Value Examples

Description

The function was developed for a shiny report of a medical device manufacturer. More about the project and developer: Data-Science-Architect.

Usage

1
2
3
4
ReportPlot(x, main = "Productname", ylab = "cpm (Moving Average)",
  connection = "spline",
  legend_line = "Compliants per Million sold; \nMoving Average on 3 Month base",
  legend_bar = "Quantity Sold")

Arguments

x

A data.frame with the shape of: See GetSampleData

main

Title of the plot.

ylab

Label for the y-Axis.

connection

Can be either spline or linear

legend_line

Legend for curve/line in the plot

legend_bar

Legeng for bars in the plot

Value

Returns the Plot.

Examples

1
2

dascar/ReportPlot documentation built on June 10, 2019, 12:26 a.m.