Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.54 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.54 KB

visR

Lifecycle: experimental

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

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.

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.