The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This package wraps @visa/charts web components for use in R, leveraging the htmlwidgets R package. You can find visachartR on CRAN, installation steps provided below.
CRAN Version
$ install.packages("visachartR")
Development version:
$ remotes::install_github("visa/visa-chart-components/packages/charts-R")
Ready
status in this bundleStep 1: Install install.packages("visachartR")
Step 2: Use component as any other R function
library(visachartR)
bar_chart(BOD, ordinalAccessor="Time", valueAccessor="demand")
scatter_plot(mtcars[order(mtcars$cyl),], "wt", "mpg", "cyl")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.