EVOLUTION-MANAGER
Edit File: hc_theme_ggplot2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: ggplot2 theme for highcharts</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for hc_theme_ggplot2 {highcharter}"><tr><td>hc_theme_ggplot2 {highcharter}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>ggplot2 theme for highcharts</h2> <h3>Description</h3> <p>ggplot2 theme is based on <a href="https://ggplot2.tidyverse.org/">https://ggplot2.tidyverse.org/</a>. </p> <h3>Usage</h3> <pre> hc_theme_ggplot2(...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>...</code></td> <td> <p>A named parameters to modify the theme.</p> </td></tr> </table> <h3>Examples</h3> <pre> highcharts_demo() %>% hc_add_theme(hc_theme_ggplot2()) </pre> <hr /><div style="text-align: center;">[Package <em>highcharter</em> version 0.9.4 <a href="00Index.html">Index</a>]</div> </body></html>