/visR

A package to wrap functionality for plots, tables and diagrams adhering to graphical principles.

Primary LanguageHTMLMIT LicenseMIT

visR

The goal of visR is to enable fit-for-purpose, reusable clinical and medical research focused visualizations and tables with sensible defaults and based on sound graphical principles.

Package documentation

Motivation

By using a common package for visualising data analysis results in the clinical development process, we want to have a positive influence on

  • choice of visualisation by making it easy explore different visualisation and to use impactful visualisations fit-for-purpose
  • effective visual communication by making it easy to implement best practices

We are not judging on what visualisation you chose for your research question, but want facilitate to make you do your work as you need it!

You can read more about the philosophy and architecture in the repo wiki

Badge Description
Lifecycle: experimental
R CMD Check develop Develop
R CMD Check master Master
R build status last active branch (exclude dev and master) R build status last active branch (exclude dev and master)

.

Installation

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("openpharma/visR")

Example

This is a basic example which shows you how to solve a common problem:

TODO: add an example.

## library(visR)
## basic example code

Please note that the ‘visR’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Code contributors