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.

muiCharts

CRAN status R-CMD-check LinkedIn

muiCharts gives access to MUI X Charts React chart components for data visualization from R.

Install

install.packages("muiCharts")

You can install the development version of muiCharts like so:

remotes::install_github("lgnbhl/muiCharts")

Read the full documentation with examples here.

Basic example

library(muiCharts)

BarChart(
  dataset = head(starwars_people, 4),
  xAxis = list(
    list(scaleType = "band", dataKey = "name")
  ),
  series = list(
    list(dataKey = "height", label = "Height")
  ),
  height = 300
)

BarChart example

Resources

Acknowledgements

muiCharts is built on top of shiny.react, the R package by Appsilon that makes it possible to use React components in Shiny and Quarto.

Contributing

If you have any issue, question or want to contribute with a pull request, don’t hesitate to write me on https://github.com/lgnbhl/muiCharts

Follow Felix Luginbuhl on LinkedIn for updates.

Trademark notice

“MUI” and “MUI X Charts” are trademarks of MUI Inc. muiCharts is an independent, community-maintained R package and is not affiliated with, sponsored by, or endorsed by MUI Inc. The names are used solely to identify the underlying JavaScript library that this package wraps. See MUI’s legal information for the canonical list of MUI’s published policies.

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.