Description Usage Arguments Methods (by class) Examples
View source: R/move.goose_race.R
Method for goose_race class object to move the goose
1 2 3 4 |
gr |
dataframe to adjust |
x |
integer distance to move along the x axis |
y |
integer distance to move along the y axis |
goose_race
: Applied to a goose_race class
1 2 | gr <- goose_race()
move(gr, x = 1, y = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.