I updated yesterdays script on #Calligraphy in #R with #ggplot2 I like this one a bit better. I used my #RandomWalker package to generate random walks for a normal Gaussian distribution and a Cauchy distribution.
Here is a simple script that will create a discrete walk of 100, 1000, 10000, and 100000 steps, I thought it was neat to see the difference in the 2D output.
For this I used the RandomWalker package developed by myself and Antti Rask
#R #RStats #RProgramming #ggplot2 #RandomWalker #Random #tidy
Here is a simple script that will create a discrete walk of 100, 1000, 10000, and 100000 steps, I thought it was neat to see the difference in the 2D output.
For this I used the RandomWalker package developed by myself and Antti Rask
Want to visualize a 2D Random Walk of the Wilcox distribution in #R then the RandomWalker package developed by myself and Antti Rask can do that. #R #RStats #RandomWalker #RandomWalk #Visualization #ggplot2 #TidyData
Yes I just added 20 issues to my #RandomWalker #R #Package #GitHub repo! Yes there are 20 more distributions coming to RandomWalker :)
Want to visualize 3D random walks? Then my #R package developed with my fellow R coder from another country Antti Rask called RandomWalker has you covered!
Generate and visualize a Two Dimensional Random Walk in #R with #RandomWalker
Just released: RandomWalker 0.3.0! Now you can generate random walks in up to 3 dimensions. This is a must-read for R programmers looking to enhance their simulations.
Dive into the details: [https://www.spsanderson.com/steveondata/posts/2025-05-09/
Can you tell when the new version of our #R #package #RandomWalker was released?
I think you can :)
Been working hard on my #R #Package #RandomWalker and I have added the ability to now generate 1D, 2D and 3D Random Walks.
This is still in dev if you want to install from there and try it.
Just some simple messing around in my #R #package #RandomWalker which integrates nicely with the #tidyverse
This example uses the rw30() function.
Documentation: https://www.spsanderson.com/RandomWalker/reference/rw30.html
Working on the #release of our #RandomWalker #R #package version 0.2.0
:)
I am working on making all of the functions in my #R #Packages #RandomWalker to provide random walks of 1, 2 or 3 dimensions. I have pretty much finished all of them for now. Just need some polishing, but then need to update the visualize_walks() function to add sub functionality for dimensions other than 1
GitHub: https://github.com/spsanderson/RandomWalker/discussions/53