Setup blog post by Aaron Schiff: https://schiff.co.nz/en/blog/r-and-vscode/
R in Visua Studio by the Visual Studio Code folks: https://code.visualstudio.com/docs/languages/r
Setup blog post by Aaron Schiff: https://schiff.co.nz/en/blog/r-and-vscode/
R in Visua Studio by the Visual Studio Code folks: https://code.visualstudio.com/docs/languages/r
I was asking about introductory Forest Mensuration and Forest Growth books and got:
It looks like a handy book https://do4ds.com
Goldman Sachs Report “Gen AI: too much spend, too little benefit? https://www.goldmansachs.com/intelligence/pages/gs-research/gen-ai-too-much-spend-too-little-benefit/report.pdf?ref=wheresyoured.at
Worldbank’s World Integrated Trade Solution: https://wits.worldbank.org/CountryProfile/en/Country/IND/Year/LTST/TradeFlow/Import/Partner/by-country/Product/44-49_Wood
Statistics for ecologists: https://statistics4ecologists-v2.netlify.app
Active Statistics: https://avehtari.github.io/ActiveStatistics/
Quick popsci explanation of drone use in breeding: https://www.seedworld.com/us/2024/02/13/transforming-crop-breeding-with-trait-extraction-from-drone-imagery/
I was having problems on the syntax to get the axis labels with subindices and superindices, as it didn’t work as in ggplot2. The trick was to use a single expression()
and specifying labeller = label_parsed)
Example:
resin_bv |> ggpairs(columns = c("canal_size_bv", "canal_area_bv", "canal_density_bv"), columnLabels = c("Canal~size~(mm^2)", "Canal~area~('%')", "Canal~density~(n~cm^{-2})"), upper = "blank", labeller = label_parsed) + theme_bw(base_size = 14)
Yesterday I was attending the Urban Forest Futures conference and there were several interesting presentations. Here is a couple of links to work that was mentioned:
Copyright © 2024 Aleph: a Borgesian memex
Theme by Anders Noren — Up ↑