Interactive Mapping with Leaflet in R
OverviewIntroduction1. First Steps1.2 Adding Data1.2.1 Example1.4 Useful commands from other spatial R packages3. Exporting your Web Widget2.1 Shiny2.2 RStudio GUI2.3 Rmarkdown2.4 Update3. A closer...
View ArticleCreating a presentation with R
OverviewSlidify1. Install and Initialize2. Author and Edit2.1 Add slide content2.1 Change the look and feel2.1 Collection of links3. Generate and Publish4. SummarySlidifyAs a LaTeX fan, I started...
View ArticleBuilding a user interface for spatstat
OverviewIntroductionGet and run it!RoadmapIntroductionRStudio developed shiny, an R package that, quoting from their website, “makes it super simple for R users like you to turn analyses into...
View ArticleQuantumPlots with ggplot2 and spatstat
OverviewIntroductionFunctionIntroductionLately, 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...
View ArticleInteractive 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