sliding_spliner.plot.splines: Plot group splines

View source: R/pk_sliding_spline.R

sliding_spliner.plot.splinesR Documentation

Plot group splines

Description

Plot the individual splines grouped by two categories of interest

Usage

sliding_spliner.plot.splines(data, category = "category", xvar = "xvar",
  yvar = "yvar")

Arguments

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.

Examples

sliding_spliner.plot.splines(result,
 category = 'Diet', xvar = 'Time', yvar = 'weight')


RRShieldsCutler/splinectomeR documentation built on April 24, 2022, 2:20 a.m.