plot_interactive_cma | R Documentation |
Interactively plot a given patient's data, allowing the real-time exploration
of the various CMAs and their parameters.
It can use Rstudio
's manipulate
library or Shiny
.
plot_interactive_cma(...)
... |
Parameters to be passed to |
This is merely a stub for the actual implementation in package
AdhereRViz
: it just checks if this package is installed and functional,
in which case it calls the actual implementation, otherwise warns the user that
AdhereRViz
must be instaled.
Nothing
Function plot_interactive_cma
in package
AdhereRViz
.
## Not run: plot_interactive_cma(med.events, ID.colname="PATIENT_ID", event.date.colname="DATE", event.duration.colname="DURATION", event.daily.dose.colname="PERDAY", medication.class.colname="CATEGORY"); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.