We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The mayority will be wrapper of hchart, but this will add explicity for the charts what we want to do.
hchart
hcboxplot
hc_add_series_boxplot
hcwaffle
hchar_waffle
hcbar
assert_that(is.character(x) | is.factor(x)); hchart(x)
hcpie
assert_that(is.character(x) | is.factor(x)); hchart(x, type = "pie")
hchist
assert_that(is.numeric(x)); hchart(x)
hcdensity
hcts
hchart(ts(x))
the next function are not consider to the milestone v0.4.0
hcdot
hcscatter
hcseason
hcmonth
hcroc
The text was updated successfully, but these errors were encountered:
adding hcwaffle, hcbar, hcpie, hchist, hcboxplot, #99
4e736cb
No branches or pull requests
The mayority will be wrapper of
hchart
, but this will add explicity for the charts what we want to do.hcboxplot
: wrapper ofhc_add_series_boxplot
hcwaffle
: Renamehchar_waffle
tohcwaffle
hcbar
:assert_that(is.character(x) | is.factor(x)); hchart(x)
hcpie
:assert_that(is.character(x) | is.factor(x)); hchart(x, type = "pie")
😈 👊hchist
:assert_that(is.numeric(x)); hchart(x)
hcdensity
: By @nuno-agostinhohcts
:hchart(ts(x))
the next function are not consider to the milestone v0.4.0
hcdot
: http://www.statmethods.net/graphs/dot.htmlhcscatter
: http://www.statmethods.net/graphs/dot.htmlhcseason
&hcmonth
: TBD http://robjhyndman.com/hyndsight/forecast7-ggplot2/hcroc
: Using ROCR package maybeThe text was updated successfully, but these errors were encountered: