BayesPulse / pulsatile

Package for developing the UI for libpulsatile - Bayesian deconvolution analysis for pulsatile hormone data in R
1 stars 1 forks source link

Change simulate_pulsets to take parameter arguments #14

Closed mmulvahill closed 7 years ago

mmulvahill commented 7 years ago

Currently takes a list object that contains the parameters -- change this so that the parameters are arguments of the function directly.

mmulvahill commented 7 years ago

Removed uses of "pulsets" (pulse time-series) and replaced with just "pulse". Added plot function (uses ggplot2)