
01:31:58
Are we going to able to receive recorded version of this presentation later on ?

01:32:34
We will try. The code and webpage will remain available anyway.

01:32:35
We will review the video, and if they are ok we hope to share

01:33:13
Very good. It will help us when we use R for analysis. Thank you!

01:42:56
I have to leave a little bit - will be back soon

02:00:09
speaking as a french: no offense taken :)

02:06:48
Where is the library "rastervis"?

02:07:04
you should install it

02:07:09
same for tmap

02:07:11
do:

02:07:12
install.packages("rasterVis")library(rasterVis)install.packages("tmap")library(tmap)

02:08:11
Thanks!

02:08:20
Thanks Alexia. We'll add this to the instructions

02:08:45
you’re welcome!

02:18:40
About tmap there is a nice paper available: https://www.jstatsoft.org/article/view/v084i06

02:19:08
Thanks Martin. We'll add a link to this useful paper

02:20:37
Thank you Martin Poot

02:22:36
Got error message with mapview:

02:22:40
> mapview::mapview(bcz) + mapview::mapview(st_transform(site_sf, 4326))Fehler in if (!is.na(getProjection(lst[[i]]))) { : Argument hat Länge 0Zusätzlich: Warnmeldung:In rasterCheckSize(x, maxpixels = maxpixels) :maximum number of pixels for Raster* viewing is 5e+05 ;the supplied Raster* has 7496160... decreasing Raster* resolution to 5e+05 pixelsto view full resolution set 'maxpixels = 7496160 '

02:23:46
Me too, both two graphs throw error

02:23:47
Me too.also with the last datatable line

02:24:00
Me too

02:24:02
I would advise to use tm_shape on "good computers" only