Robin Kohrs
Robin Kohrs
Hi all, thanks so much for all this effort! I am quite new here. I just wanted to ask if there is any way to use the `p5.preload` function ?...
I tried to follow the spectecular example [here](https://twitter.com/researchremora/status/1418392590244892673/photo/2). In the end I call: ``` render_highquality(out_file, samples=100, width=1000, height=1000) ``` However, I always (in the cases my R-Studio does not abort...
So this is basically my file structure more or less. I have a "parent-dir" (`my_analysis_project`) which is a git-repo. It contains two directories. One R package and one folder with...
I have a stars-object like this one: https://drive.google.com/file/d/1qcMATPjSyw-Rk9WpfFTa1rpr7dtOUxsu/view?usp=drive_link It looks like this: ``` nc = read_stars("~/Desktop/SPARTACUS - Spatial Dataset for Climate in Austria Datensatz_202301_202410.nc") %>% rename(value=1) %>% mutate(value=as.numeric(value)) nc ```...
First things first: Thank you so much for this amazing PlugIn!! I was using Ubuntu but switched to a Mac on M4. I just installed the PlugIn and this is...