<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Making maps in R	</title>
	<atom:link href="https://www.polarmicrobes.org/making-maps-in-r/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.polarmicrobes.org/making-maps-in-r/</link>
	<description>Marine Microbial Ecology</description>
	<lastBuildDate>Sat, 17 Dec 2016 00:26:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Camden		</title>
		<link>https://www.polarmicrobes.org/making-maps-in-r/#comment-325</link>

		<dc:creator><![CDATA[Camden]]></dc:creator>
		<pubDate>Thu, 27 Oct 2016 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=1003#comment-325</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.polarmicrobes.org/making-maps-in-r/#comment-323&quot;&gt;Jeff&lt;/a&gt;.

It&#039;s giving me an unexpected signal error. I would try to fix it myself but I am unfamiliar with this stage of R right now.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.polarmicrobes.org/making-maps-in-r/#comment-323">Jeff</a>.</p>
<p>It&#8217;s giving me an unexpected signal error. I would try to fix it myself but I am unfamiliar with this stage of R right now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff		</title>
		<link>https://www.polarmicrobes.org/making-maps-in-r/#comment-323</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Sat, 22 Oct 2016 16:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=1003#comment-323</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.polarmicrobes.org/making-maps-in-r/#comment-322&quot;&gt;Camden&lt;/a&gt;.

I&#039;m not usually a fan of ggplots, but something like this should work:
&lt;code&gt;
library(mapdata)
library(ggplot2)

antmap &lt;- ggplot(world, aes(x=long, y=lat, group=group, bg = &#039;white&#039;)) +
  geom_polygon(fill = &#039;grey&#039;)

antmap +
  theme(panel.background = element_rect(fill = &#039;white&#039;),
        panel.border = element_rect(colour = &#039;black&#039;, fill = NA)) +
  coord_map(&quot;ortho&quot;, orientation=c(-90, 0, 0), ylim = c(-90,-50))
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.polarmicrobes.org/making-maps-in-r/#comment-322">Camden</a>.</p>
<p>I&#8217;m not usually a fan of ggplots, but something like this should work:<br />
<code><br />
library(mapdata)<br />
library(ggplot2)</p>
<p>antmap <- ggplot(world, aes(x=long, y=lat, group=group, bg = 'white')) +
  geom_polygon(fill = 'grey')

antmap +
  theme(panel.background = element_rect(fill = 'white'),
        panel.border = element_rect(colour = 'black', fill = NA)) +
  coord_map("ortho", orientation=c(-90, 0, 0), ylim = c(-90,-50))
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Camden		</title>
		<link>https://www.polarmicrobes.org/making-maps-in-r/#comment-322</link>

		<dc:creator><![CDATA[Camden]]></dc:creator>
		<pubDate>Wed, 19 Oct 2016 20:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=1003#comment-322</guid>

					<description><![CDATA[How would I generate a map that shows all of Antarctica?]]></description>
			<content:encoded><![CDATA[<p>How would I generate a map that shows all of Antarctica?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
