a Data Frame or Matrix from which the data for each pie will be taken.
cex
number indicating the amount by which plotting text and symbols should be scaled relative to the default.
plot
open resulting graph in your browser.
jupyter
embed the graph as an iframe into a Jupyter Notebook.
dir
a "character" string representing the directory where the graph will be saved.
Value
The function creates a folder in your computer with an HTML document named index.html which contains the graph. This file can be directly opened with your browser.
# NOT RUN {## Create an interactive pie chart in a temporal directory of your local machine## Live examples on https://rjsplot.usal.esif(interactive()){
piechart_rjs(VADeaths)
}
# }