plot_cumulative_volume: Plot cumulative volume of data for the specific time period

View source: R/plot_cumulative_volume.R

plot_cumulative_volumeR Documentation

Plot cumulative volume of data for the specific time period

Description

Plot cumulative volume of data for the specific time period

Usage

plot_cumulative_volume(
  objects,
  from = as.Date("2009-01-01"),
  to = as.Date(Sys.Date()),
  ...
)

Arguments

objects

(data.frame) Table obtained from query_objects

from

Start date of plot (chatacter or POSIXct)

to

End date of plot (character of POSIXct)

...

additional arguments to plot_theme_adc

Value

Plot of total data volume


NCEAS/arcticreport documentation built on July 26, 2024, 11:16 p.m.