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
Que tal a gente fez a mesma animação como no Tab Resampling "Update Graph" no separador Tutoriais? Nós poderíamos dar a opção para selecionar o número de vezes em cada clique. Eu posso trabalhar nele baseado no mesmo código que eu fiz para "Graph Update".
The text was updated successfully, but these errors were encountered:
I forgot that this forum is in english and wrote in portuguese . I suggested doing the animation in the TUTORIALS tabs like the "Update Graph" in the Resampling tab!
the tutorials currently call Rsampling( ..., ntrials=1) for doing the resampling. Wouldn't it be easier to call the base function instead, such as Rsampling::within_rows(...)?
the interface is using a for (...) { points(...) to plot the Azteca points. Maybe it could use the Rsampling::splot() (see the vignette!)
Also, the code for the tutorials have a lot of repetition. Maybe it would be useful to write some more generic functions with some kind of selector inside them, so the package maintenance and future expansion will be easier. For example, distPlotMang, distPlotRhyz, distPlotAzt share a lot of code.
Que tal a gente fez a mesma animação como no Tab Resampling "Update Graph" no separador Tutoriais? Nós poderíamos dar a opção para selecionar o número de vezes em cada clique. Eu posso trabalhar nele baseado no mesmo código que eu fiz para "Graph Update".
The text was updated successfully, but these errors were encountered: