move: Method for goose_race class object to move the goose

Description Usage Arguments Methods (by class) Examples

View source: R/move.goose_race.R

Description

Method for goose_race class object to move the goose

Usage

1
2
3
4
move(gr, x = 1, y = 1)

## S3 method for class 'goose_race'
move(gr, x = 1, y = 1)

Arguments

gr

dataframe to adjust

x

integer distance to move along the x axis

y

integer distance to move along the y axis

Methods (by class)

Examples

1
2
gr <- goose_race()
move(gr, x = 1, y = 1)

mtnman38/lab documentation built on March 23, 2020, 5:27 a.m.