google_barchart: Google-style barchart

google_barchartR Documentation

Google-style barchart

Description

Google-style barchart

Usage

google_barchart(
  input_data,
  caption = comment(input_data),
  ...,
  stacked = TRUE,
  width = 800,
  height = 600,
  h_axis = list(),
  chart_area = list(left = 100, width = "60%"),
  plot = TRUE,
  verbose = FALSE
)

Arguments

input_data

data frame

...

arguments to gvisPieChartgoogleVis

width

in pixels

height

in pixels

Note

REQUIRES AN INTERNET CONNECTION to display the visualization


BAAQMD/ggtools documentation built on Feb. 8, 2023, 6:22 p.m.