EVOLUTION-MANAGER
Edit File: get_hc_series_from_df.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: Auxiliar function to get series and options from tidy frame...</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 get_hc_series_from_df {highcharter}"><tr><td>get_hc_series_from_df {highcharter}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Auxiliar function to get series and options from tidy frame for hchart.data.frame</h2> <h3>Description</h3> <p>This function is used in <code>hchart.data.frame</code>. </p> <h3>Usage</h3> <pre> get_hc_series_from_df(data, type = NULL, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>data</code></td> <td> <p>A <code>data.frame</code> object.</p> </td></tr> <tr valign="top"><td><code>type</code></td> <td> <p>The type of chart. Possible values are line, scatter, point, column.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Aesthetic mappings as <code>x y group color low high</code>.</p> </td></tr> </table> <h3>Examples</h3> <pre> highcharter:::get_hc_series_from_df(iris, type = "point", x = Sepal.Width) </pre> <hr /><div style="text-align: center;">[Package <em>highcharter</em> version 0.9.4 <a href="00Index.html">Index</a>]</div> </body></html>