Kriging with metR

November 1, 2023 | Code R

Say you have data measured at different weather stations, which in Argentina might look something like this estaciones[data, on = c("nombre" = "station")] |__ ggplot(aes(lon, lat)) + geom_point(aes(color = t)) + geom_...
[Read more...]

Lynx from GBIF

November 1, 2023 | Michael

Lynx – CC-BY-NC-ND by Zweer de Bruin Day 1 of 30DayMapChallenge: « Points » (previously). Using data from GBIF to map species presence points. # Register an account on https://www.gbif.org # and save the credentials in ~/.Renviron...
[Read more...]

Combining Histogram and Density Plot

October 31, 2023 | R | Fahim Ahmad

Visualization is fundamental in gaining insights and understanding the data, yet selecting an appropriate visualization method can often pose a challenge. In this blog post, I explore combining a histogram (showing the frequency of values of the conti...
[Read more...]

Remove Solar System

October 31, 2023 | Numbers around us

Excel BI’s Excel Challenge #315 — solved in RDefining the Puzzle:Unlike title suggests, today our task is not to manipulate planets, but to remove from our target texts all characters that are in the Solar System planets and Sun.Remove the English lett...
[Read more...]

Cypher and turn around- Atbash palindrome

October 31, 2023 | Numbers around us

Excel BI’s Excel Challenge #314 — solved in RDefining the Puzzle:This puzzle is searching Atbash Palindrome.ATBASH Palindrome — In ATBASH cipher, we replace a with z, b with y, c with x…..y with b, z with a.Find those texts which are palindrome after d...
[Read more...]

Cummulate and concatenate

October 31, 2023 | Numbers around us

Excel BI’s Excel Challenge #313 — solved in RDefining the Puzzle:Today we need to transform table into its cummulative (someway) version. Every column have to include content of column lagged by 2.Generate the result table.Here, Tn = T(n-2) & Tn wh...
[Read more...]

Sumproduct number

October 31, 2023 | Numbers around us

Excel BI’s Excel Challenge #312 — solved in RDefining the Puzzle:In current puzzle we need to check if digits of our numbers has some magic properties. Seems easy, but it is not usually the case, when ExcelBI prepare riddle.List all Sumproduct numbers ...
[Read more...]
1 38 39 40 41 42 2,094