Skip to content

BristolMyersSquibb/blockr.ggplot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockr.ggplot2

Set of ggplot2 blocks for blockr.

Installation

# install.packages("remotes")
remotes::install_github("blockr-org/blockr.ggplot2")

Example

library(blockr)
library(blockr.ggplot2)

stack <- new_stack(
    new_dataset_block(selected = "BOD"),
    new_ggplot_block(func = c("x", "y"), default_columns = c("Time", "demand")),
    new_geompoint_block
)

serve_stack(stack)

Releases

No releases published

Packages

No packages published

Languages