plot,margtransf.class,ANY-method {ReturnCurves}R Documentation

Visualisation of the Marginal Transformation

Description

Plot method for an S4 object returned by margtransf.

Usage

## S4 method for signature 'margtransf.class,ANY'
plot(x, which = c("all", "hist", "ts", "joint"))

Arguments

x

An instance of an S4 class produced by margtransf.

which

String that indicates which type of plot to show. Must either be "all" (Default), "hist", "ts" or "joint".

Value

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.


[Package ReturnCurves version 1.0 Index]