plot_cumulative_metric: Plot cumulative metric

View source: R/plot_cumulative_metric.R

plot_cumulative_metricR Documentation

Plot cumulative metric

Description

Plot cumulative metric

Usage

plot_cumulative_metric(
  objects,
  type,
  metric,
  from = as.Date("2009-01-01"),
  to = as.Date(Sys.Date()),
  ...
)

Arguments

objects

(data.frame) Table obtained from query_objects

type

(char) Object type to aggregate, one of "data" or "metadata"

metric

(char) Type of aggregation, one of "count" or "size"

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 datasets


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