Linea de tiempo del Dataframe
#Timeline
Where does humanity live? Mapped 30 years of global population shifts using #ggplot2! Custom coordinate transformation + {sf} + {terra} rasters = overlaid bar charts on world maps.
đ Global North & Far East declining đ Tropics booming.
Full Code đ https://tinyurl.com/pop-world-lat-lon
Made in #rstats with #sf, #tibble, #terra, #ggplot2 #DataViz
I've talked about creating data.frames and tibbles before, but it is an important topic so I have covered it again. This time specifically from the perspective of creating them from vectors. Post: www.spsanderson.com/steveondata/... #R #RStats #tibble #dplyr #tidyverse #dataframe #baseR #blog
New version 0.2.2 of :rstats: đŠ distributions3 on #CRAN, together with @alexpghayes
#rstats
- Object-oriented computations on (vectors of) probability distributions
- More model-based probabilistic forecasts
- simulate() from fitted likelihood models
- Support in #tibble in addition to data.frame
Documentation at:
I have a #tibble containing groups of two observations each. I want to subtract one of the observations from the other. Pivoting to put each observation in its own column is my current approach, but it takes a long time. Any recommendations? #Rstats #tidyverse
Bombmakare gripen i KungsÀngen
En man i 30-ÄrsÄldern som misstÀnks ha konstruerat flera av de bomber som anvÀnts i StockholmsomrÄrdet har gripits vid ett polistillslag pÄ HallonvÀgen i Tibble, KungsÀngen, Upplands-Bro, utanför Stockholm. Polisen kom mannen pÄ spÄren nÀr de utredde de olika sprÀngningar som Àgt rum i Stockholm sen julhelgen.
https://blog.zaramis.se/2023/01/31/bombmakare-gripen-i-kungsangen/
#Brott #Stockholm #Upplands-Bro #VÄld #Bomber #Bombmakare #KungsÀngen #Tibble
RStats is being weird when I am trying to display a tibble. Fine when it's a Data.Frame, but not a tibble. See pic. Having played about with options(width=200). Could it be something {pillar} related? Any ideas? Thanks. #rstats #tidyverse #tibble #radian
Recently ran into a disturbing #ChatGPT result: I asked it to translate a #python function written by Mathieu Daëron (https://github.com/mdaeron/D47crunch) to #R, using the #tidyverse and a #tibble. I had done this manually for my #rpackage https://github.com/isoverse/clumpedr/ and wanted to see how they would compare.
It returned my code literally, including TODO notes, comments, and #roxygen skeleton. But it did not say where it got the code from, even when pressed. My R package is on #github under #GPL 3. Thoughts?
Every time I work with data.table I think what a great package. The speed alone is great. What I also like is the tibble-like behavior when displaying data.
#RStats #tidyverse is there a way I can get #tibble to stop rounding floats to the nearest integer when printing? Trying to look at aggregates with cent precision. Tried options(pillar.sigfig=2) to no avail. Thoughts? Thanks!
Rule number 1 of #r : never use #tibble or #dataframe if you don't have to. đ€