Interactive Mapping with Leaflet in R
IntroductionLeaflet lets you create interactive maps right from the R console. Interactive panning and zooming allows for an explorative view on your pinpointed location. Leaflet provides a simple and...
View ArticleCreating a presentation with R
SlidifyAs a LaTeX fan, I started early to write my presentations with the Beamer document class. Unfortunately, the default classes are starting to look rather antique today and lack the possibility to...
View ArticleBuilding a user interface for spatstat
IntroductionRStudio developed shiny, an R package that, quoting from their website, "makes it super simple for R users like you to turn analyses into interactive web applications that anyone can use"....
View ArticleQuantumPlots with ggplot2 and spatstat
IntroductionLately, I was plotting, comparing and trying to make a sense out of a lot of spatial statistic functions. To facilitate the procedure I wrote the following function to create a plot for the...
View ArticleScientific RMarkdown
Recently, in my own little scientific community bubble there was increasing interest in markdown and its use for science. As a big fan of markdown and espacially rmarkdown, I created the following...
View Article