Plot method for an S4 object returned by margtransf
.
# S4 method for margtransf.class,ANY
plot(x, which = c("all", "hist", "ts", "joint"))
A ggplot object showing:
which = "hist"
histograms of each variable on original and standard exponential margins.
which = "ts"
time series of each variable on original and standard exponential margins.
which = "joint"
joint distribution on original and standard exponential margins.
which = "all"
all the available plots.
An instance of an S4 class produced by margtransf
.
String that indicates which type of plot to show. Must either be "all"
(Default), "hist"
, "ts"
or "joint"
.