Description Usage Arguments Examples
View source: R/plot_trajectory.R
Plot a fitted trajectory's z-score velocity
1 2 | plot_zvelocity(x, width = 500, height = 520, x_units = c("days", "months",
"years"), ...)
|
x |
an object returned from |
width |
width of the plot |
height |
height of the plot |
x_units |
units of age x-axis (days, months, or years) |
... |
additional parameters passed to |
1 2 3 | mod <- get_fit(cpp, y_var = "wtkg", method = "rlm")
fit <- fit_trajectory(subset(cpp, subjid == 2), mod)
plot_zvelocity(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.