get_cvgrphs | R Documentation |
This internal function obtains the covariate plots for gformula_survival
, gformula_continuous_eof
, and gformula_binary_eof
.
get_cvgrphs(x, covnames, covtypes, xlab, ylab_cov)
x |
Object of class "gformula_survival", "gformula_continuous_eof", or "gformula_binary_eof". |
covnames |
Vector of character strings specifying the names of the time-varying covariates to be plotted. The ordering of covariates given here is used in the plot grid. |
covtypes |
Vector of character strings specifying the "type" of each time-varying covariate included in |
xlab |
Character string for the x axes of all plots. |
ylab_cov |
Vector of character strings for the y axes of the plots for the covariates. This argument must be the same length as |
A list of covariate plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.