| DxPlotPost | R Documentation |
Creates spaghetti-style diagnostic plots with individual ID labels.
DxPlotPost(x, y, mat, xlbl, ylbl, smooth, xlm = "", ylm = "", Log = "")
x |
numeric vector, x-axis values |
y |
numeric vector, y-axis values |
mat |
data.frame with an ID column |
xlbl |
character, x-axis label |
ylbl |
character, y-axis label |
smooth |
character, "T" for lowess smoothing, "F" for identity line |
xlm |
numeric vector of length 2, x-axis limits |
ylm |
numeric vector of length 2, y-axis limits |
Log |
character, log transformation for axes (e.g., "y") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.