<?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 of the week on Amaltheia</title>
    <link>https://jonjup.netlify.app/categories/r-package-of-the-week/</link>
    <description>Recent content in R package of the week 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>Mon, 20 Sep 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jonjup.netlify.app/categories/r-package-of-the-week/index.xml" rel="self" type="application/rss+xml" />
    <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>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>
    
  </channel>
</rss>
