View source: R/pk_sliding_spline.R
sliding_spliner.plot.splines | R Documentation |
Plot the individual splines grouped by two categories of interest
sliding_spliner.plot.splines(data, category = "category", xvar = "xvar", yvar = "yvar")
data |
The dataframe of imputed points generated from splines |
category |
The data category being compared |
xvar |
The independent variable; is continuous, e.g. time. |
yvar |
The dependent variable; is continuous, e.g. temperature. |
sliding_spliner.plot.splines(result, category = 'Diet', xvar = 'Time', yvar = 'weight')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.