plotlyDistHist: Scatter plot of an error set with marginal histogram (plotly...

View source: R/plotDistHist.R

plotlyDistHistR Documentation

Scatter plot of an error set with marginal histogram (plotly version)

Description

Scatter plot of an error set with marginal histogram (plotly version)

Usage

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
)

Arguments

x

-

y

-

uy

-

nclass

-

xlab

-

ylab

-

plotGauss

-

outLiers

-

p

-

labels

-

select

-

main

-

plotReg

-

plotConf

-

degree

-

plotBA

-

plotBAci

-

xlim

-

ylim

-

scaleLegBA

-

gPars

-


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.