nlme.cov.splom: Create covariates scatterplot

View source: R/ggNlme.R

nlme.cov.splomR Documentation

Create covariates scatterplot

Description

Use to create covariates scatterplot.

Usage

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"),
  ...
)

Arguments

xpdb

An xpose database object.

covColNames

Character vector of covariates to build the matrix

ggupper

See ggpairs() upper argument.

gglower

See ggpairs() lower argument.

ggdiag

See ggpairs() diag argument.

...

Parameters to be passed to ggpairs().

Value

ggmatrix object.

Examples

nlme.cov.splom(xpdb = xpdb_ex_Nlme,
covColNames = c("sex", "wt", "age")
)


Certara.Xpose.NLME documentation built on April 3, 2025, 7:45 p.m.