README.md

knobs

This package will eventually replace the “knobs” functionality found inside of mrgsolve.

Installation

# install.packages("devtools")
devtools::install_github("mrgsolve/knobs")

Example

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

library(knobs)
#> Loading required package: mrgsolve
#> 
#> Attaching package: 'mrgsolve'
#> The following object is masked from 'package:stats':
#> 
#>     filter
#> 
#> Attaching package: 'knobs'
#> The following object is masked from 'package:mrgsolve':
#> 
#>     knobs
## basic example code

mrgsolve::house() %>% 
  knobs(CL = c(0.5,1,2), VC = c(10,20), amt = 100) %>%
  plot(CP ~ time|CL*VC,scales="same")



mrgsolve/knobs documentation built on April 26, 2020, 12:43 a.m.