plot-distcompare-method: Plot 'distcompare' Objects

plot,distcompare-methodR Documentation

Plot distcompare Objects

Description

Plot distcompare Objects

Usage

## S4 method for signature 'distcompare'
plot(
  x = NULL,
  models = NULL,
  ylim = NULL,
  ylabs = c(NULL, NULL),
  xlab = NULL,
  xlim = NULL,
  linesize = 0.5,
  pointsize = 1.5,
  facet.group = NULL,
  ...
)

Arguments

x

object of class distcompare

models

Can give list of WpProj outputs and have them turned into distcompare object for immediate plotting

ylim

Limits on y-axis

ylabs

Y-axis labels

xlab

X-axis labels

xlim

Limits of the x-axis

linesize

How big to make the lines?

pointsize

How big to make the points?

facet.group

Should the plots be turned into a facet_grid?

...

Additional options for the wasserstein distance if just inputing raw WpProj models

Value

A ggplot2 object


WpProj documentation built on May 29, 2024, 7:55 a.m.