<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>R package on Amaltheia</title>
    <link>https://jonjup.netlify.app/tags/r-package/</link>
    <description>Recent content in R package on Amaltheia</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Wed, 29 Sep 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jonjup.netlify.app/tags/r-package/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The rasterVis package</title>
      <link>https://jonjup.netlify.app/post/the-rastervis-package/</link>
      <pubDate>Wed, 29 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jonjup.netlify.app/post/the-rastervis-package/</guid>
      <description>Here, we will explore the basic functionality of the rasterVis package. As the name already suggests, the purpose of this package is to display raster data. While the common R packages to work with rasters, like raster or terra, already provide basic plotting functionality, rasterVis extends this substantially. You can find a more extensive documentation for the package here.
library(rasterVis) library(terra) First we need to load some rasters. We will use the geodata package to download a digital elevation model of Austria.</description>
    </item>
    
    <item>
      <title>R package of the week: corrr</title>
      <link>https://jonjup.netlify.app/post/r-package-of-the-week/</link>
      <pubDate>Mon, 20 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jonjup.netlify.app/post/r-package-of-the-week/</guid>
      <description>This week we will have a look at the corrr package. It includes some nice possibilities to visualize correlations between mutliple variables. I will provide some examples using the varechem data set from the vegan package.
First, load the data and have a look at them.
data(varechem) head(varechem)  ## N P K Ca Mg S Al Fe Mn Zn Mo Baresoil Humdepth ## 18 19.8 42.1 139.9 519.</description>
    </item>
    
    <item>
      <title>the geodata package </title>
      <link>https://jonjup.netlify.app/post/the-geodata-package/</link>
      <pubDate>Fri, 17 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jonjup.netlify.app/post/the-geodata-package/</guid>
      <description>The geodata package is written and maintained by Rob Hijmans who also wrote the raster and terra packages. The purpose of the package is to provide an easy-to-use interface to download different handy spatial data sets directly from R. In this script, I will go through most of the functions that this package provides, show you how to use them and what their outputs look like.</description>
    </item>
    
    <item>
      <title>The rayshader R package </title>
      <link>https://jonjup.netlify.app/post/the-rayshader-r-package/</link>
      <pubDate>Wed, 10 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jonjup.netlify.app/post/the-rayshader-r-package/</guid>
      <description>In this entry we will go through the basics of rayshader. Rayshader is one of those packages that you see again and again when you follow people from the R-spatial community on twitter. Especially the package’s creator Tyler Morgan-Wall (see here for his website and here for his Twitter) posts videos and images of things he did with it on an almost daily basis. And he has all the reasons to do so.</description>
    </item>
    
    <item>
      <title>R package of the week: DataExplorer</title>
      <link>https://jonjup.netlify.app/post/r-package-of-the-week-dataexplorer/</link>
      <pubDate>Tue, 09 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jonjup.netlify.app/post/r-package-of-the-week-dataexplorer/</guid>
      <description>install.packages(&amp;quot;DataExplorer&amp;quot;) library(DataExplorer) data = readRDS(&amp;quot;collected_site_scores.RDS&amp;quot;) This weeks package is similar to last weeks. Just like xray Seibelt (2017), DataExplorer Cui (2020) is used for exploratory data analysis. To highlight the features and capabilities of the package we will use a data set of different diatom metrics derived from a large data set of diatoms, which I unfortunately am not able to share with you. These metrics were computed with the diaThor package, which I will cover in a later post.</description>
    </item>
    
    <item>
      <title>R package of the week: xray </title>
      <link>https://jonjup.netlify.app/post/r-package-of-the-week-xray/</link>
      <pubDate>Mon, 25 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jonjup.netlify.app/post/r-package-of-the-week-xray/</guid>
      <description>For this first post in the series, we will look at small but nice packge called x-ray. Just like a doctor can use x-rays whether something is wrong with your funky looking arm, we can use the x-ray package to see if there is anything wrong with our data set.
As an example data set we will use the antTraits data set from the mvabund package which used before in other analyses and later in the post we will also simulate some data to highlight some features of xray.</description>
    </item>
    
  </channel>
</rss>
