plot,report_dc,ANY-method {stacomiR}R Documentation

Different plots for report_dc

Description

Usage

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

Arguments

x

An object of class report_dc-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

Note

The program cuts periods which overlap between two month. The splitting of different periods into month is assigned to the envir_stacomi environment

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr


[Package stacomiR version 0.5.4.4 Index]