8000 GitHub - ShadeWilson/random_walk: An implementation of a random walk written in R using the tidyverse.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ShadeWilson/random_walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random_walk

A random walk simulation written in R where the direction is chosen at random using runif(). An optional time argument that must be an integer can be supplied for the desired number of steps. The default is 10,000 as to optimize speediness while still creating enough points, but more or fewer steps will also work. The color gradient for the graph and the step size can also be optionally inputted.

The random_walk() function returns a plot of the change in position of a randomly walking object over time.

About

An implementation of a random walk written in R using the tidyverse.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0