stacomiR (version 0.5.4.2)

plot,report_df,ANY-method: Different plots for report_df

Description

  • plot.type=1A barplot of the operation time per month

  • plot.type=2Barchat giving the time per type of operation

  • plot.type=2Rectangle plots drawn along a line

  • plot.type=4Plots per day drawn over the period to show the operation of a df, days in x, hours in y

Usage

# S4 method for report_df,ANY
plot(x, y, plot.type = 1, silent = FALSE,
  main = NULL)

Arguments

x

An object of class report_df-class

y

From the formals but missing

plot.type

One of barchart,box. Defaut to barchart showing a summary of the df operation per month, can also be box, a plot with adjacent rectangles.

silent

Stops displaying the messages.

main

The title of the graph, if NULL a default title will be plotted with the number of the DF

Value

Nothing but prints the different plots