You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if it is really an issue or perhaps on purpose, or maybe I am missing something?
When using random_steps on a steps_xyt object that was made with lonlat = T, the function still calculates the random steps' x2_ and y2_ the same way, leading to points that are not the right distance from x1_, y1_.
EDIT: Another strange thing that happens when using lonlat = T is that the turning angles used in random_steps are really strange, even though I give it the sl_distr, ta_distr, rand_sl and rand_ta myslef
The text was updated successfully, but these errors were encountered:
I am not sure if it is really an issue or perhaps on purpose, or maybe I am missing something?
When using
random_steps
on asteps_xyt
object that was made withlonlat = T
, the function still calculates the random steps' x2_ and y2_ the same way, leading to points that are not the right distance from x1_, y1_.EDIT: Another strange thing that happens when using
lonlat = T
is that the turning angles used inrandom_steps
are really strange, even though I give it thesl_distr
,ta_distr
,rand_sl
andrand_ta
myslefThe text was updated successfully, but these errors were encountered: