shiftPlot: Shift Plot Linearly By X And Y

Description Usage Arguments Examples

Description

This function takes your old origin, your new origin, and your data.frame, and shifts to match the new origin.

Usage

1
shiftPlot(oldx, oldy, newx, newy, x, y)

Arguments

oldx

Your old origin's x point (e.g., 0)

oldy

Your old origin's y point

newx

Your new origin x.

newy

Your new oriign y.

x

A vector of x-values to be transformed.

y

A vector of y-values to be transformed.

Examples

1
shiftPlot(0,0,100,100,c(2,4,5), c(4,5,6))

ecology-rocks/SortieIO documentation built on May 15, 2019, 7:57 p.m.