<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PunchCard Chart in R in R Script Showcase</title>
    <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/148901#M141</link>
    <description>&lt;P&gt;Try another browser (may be "chrome"). &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Mar 2017 11:43:32 GMT</pubDate>
    <dc:creator>boefraty</dc:creator>
    <dc:date>2017-03-25T11:43:32Z</dc:date>
    <item>
      <title>PunchCard Chart in R</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/140336#M126</link>
      <description>&lt;P&gt;Used the visual R code below to generate a PunchCard chart for visualizing&amp;nbsp;ingestion of files on two systems.&lt;/P&gt;&lt;P&gt;Since, I had to replace the visual with a standard Power Bi visual + DAX calculations&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prerequisite&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MRO or any other flavour of R is a must.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN class="reportid hidden"&gt;&lt;/SPAN&gt;</description>
      <pubDate>Fri, 10 Mar 2017 14:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/140336#M126</guid>
      <dc:creator>hugoberry</dc:creator>
      <dc:date>2017-03-10T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: PunchCard Chart in R</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/143273#M130</link>
      <description>&lt;P&gt;Hello is this missing R file?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 19:57:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/143273#M130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T19:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: PunchCard Chart in R</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/143275#M131</link>
      <description>&lt;P&gt;Please could you post R script?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 20:00:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/143275#M131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T20:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: PunchCard Chart in R</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/143654#M132</link>
      <description>&lt;P&gt;For some reason the upload tool has failed multiple times. Try the code below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;par(mar=c(4,4,0,0))
par(oma=c(0,0,0,0))
plot(dataset$Hour, 
	dataset$system, 
	cex=dataset$Files/(max(dataset$Files)/20), 
	col=rgb(144,195,212, maxColorValue=255, alpha=150), 
	pch=19, 
	xaxt="n",
	yaxt="n",
	ylab = "system",
	xlab="hour", 
	bty="n", 
	ylim=c(0,3))
abline(v=dataset$Hour,h=dataset$system,lty=3,col="lightgrey")
axis(1, at=0:23, labels=c(0:23))
axis(2, at=1:2, labels=c("X","Y"))&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:30:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/143654#M132</guid>
      <dc:creator>hugoberry</dc:creator>
      <dc:date>2017-03-16T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: PunchCard Chart in R</title>
      <link>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/148901#M141</link>
      <description>&lt;P&gt;Try another browser (may be "chrome"). &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 11:43:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/R-Script-Showcase/PunchCard-Chart-in-R/m-p/148901#M141</guid>
      <dc:creator>boefraty</dc:creator>
      <dc:date>2017-03-25T11:43:32Z</dc:date>
    </item>
  </channel>
</rss>

