plot_2and1hist_gg: Plots the bivariate histogram of two time series together...

Description Usage Arguments Details Value

View source: R/SimulateTrawl.R

Description

Plots the bivariate histogram of two time series together with the univariate histograms using ggplot2

Usage

1
plot_2and1hist_gg(x, y, bivbins = 50, xbins = 30, ybins = 30)

Arguments

x

vector of equidistant time series data

y

vector of equidistant time series data (of the same length as x)

bivbins

number of bins in the bivariate histogram

xbins

number of bins in the histogram of x

ybins

number of bins in the histogram of y

Details

This function plots the bivariate histogram of two time series together with the univariate histograms

Value

no return value


trawl documentation built on Feb. 23, 2021, 1:06 a.m.