nlme.cov.splom | R Documentation |
Use to create covariates scatterplot.
nlme.cov.splom(
xpdb,
covColNames,
ggupper = list(continuous = "cor", combo = "box_no_facet", discrete = "count", na =
"na"),
gglower = list(continuous = GGally::wrap("smooth", alpha = 0.3, size = 0.1), combo =
"facethist", discrete = "facetbar", na = "na"),
ggdiag = list(continuous = "densityDiag", discrete = "barDiag", na = "naDiag"),
...
)
xpdb |
An xpose database object. |
covColNames |
Character vector of covariates to build the matrix |
ggupper |
See |
gglower |
See |
ggdiag |
See |
... |
Parameters to be passed to |
ggmatrix
object.
nlme.cov.splom(xpdb = xpdb_ex_Nlme,
covColNames = c("sex", "wt", "age")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.