look: Method for goose_race class object to have the goose look...

Description Usage Arguments Methods (by class) Examples

View source: R/look.goose_race.R

Description

Method for goose_race class object to have the goose look around

Usage

1
2
3
4
look(gr, distance = 2)

## S3 method for class 'goose_race'
look(gr, distance = 2)

Arguments

gr

goose_race object to adjust

distance

integer distance the goose can look

Methods (by class)

Examples

1
2
gr <- goose_race()
look(gr, distance = 2)

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