plotlyDistHist | R Documentation |
Scatter plot of an error set with marginal histogram (plotly version)
plotlyDistHist(
x,
y,
uy = NULL,
nclass = NULL,
xlab = "x",
ylab = "y",
plotGauss = FALSE,
outLiers = FALSE,
p = 0.9,
labels = 1:length(x),
select = NULL,
main = NULL,
plotReg = TRUE,
plotConf = FALSE,
degree = 0,
plotBA = FALSE,
plotBAci = FALSE,
xlim = range(x),
ylim = range(y),
scaleLegBA = 0.75,
scalePoints = 0.75,
gPars
)
x |
- |
y |
- |
uy |
- |
nclass |
- |
xlab |
- |
ylab |
- |
plotGauss |
- |
outLiers |
- |
p |
- |
labels |
- |
select |
- |
main |
- |
plotReg |
- |
plotConf |
- |
degree |
- |
plotBA |
- |
plotBAci |
- |
xlim |
- |
ylim |
- |
scaleLegBA |
- |
gPars |
- |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.