Description Usage Arguments Value Examples
This function plots a scatterplot
showing the qsmoothWeights
along the y-axis
and the quantiles on the x-axis.
1 2 3 4 5 6 | qsmoothPlotWeights(
object,
xLab = "quantiles",
yLab = "weights",
mainLab = "qsmooth weights"
)
|
object |
a qsmooth object from |
xLab |
label for x-axis. Default is "quantiles" |
yLab |
label for y-axis. Default is "weights" |
mainLab |
title of plot. Default is "qsmooth weights" |
A scatterplot will be created showing the
qsmoothWeights
along the y-axis and the
quantiles on the x-axis.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.