my_plot: Custom plot

Description Usage Arguments

View source: R/correlation.R

Description

A customised plot used for generating the correlation graphics in the handout material. Not intended for other purposes.

Usage

1
my_plot(xy, xlim = c(-4, 4), ylim = c(-4, 4), eps = 1e-15)

Arguments

xy

matrix of xy values

xlim

numeric vector for x axis range

ylim

numeric vector for y axis range

eps

numeric tolerance for which cor not defined (don't divide by zero)


jr-packages/jrModelling documentation built on Oct. 30, 2020, 5:17 a.m.