
{"id":8173,"date":"2013-02-18T15:09:46","date_gmt":"2013-02-18T15:09:46","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8173"},"modified":"2013-02-18T15:09:46","modified_gmt":"2013-02-18T15:09:46","slug":"r-ls-plot","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/02\/18\/r-ls-plot\/","title":{"rendered":"R ls plot"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n&gt; library(ggplot2)\nLoading required package: reshape\nLoading required package: plyr\n\nAttaching package: \u2018reshape\u2019\n\nThe following object(s) are masked from \u2018package:plyr\u2019:\n\n    rename, round_any\n\nLoading required package: grid\nLoading required package: proto\n&gt; lscalls  usecspercall  qplot(lscalls,usecspercall,geom=\"line\")\n&gt; plot(lscalls,usecspercall,geom=\"line\")\nWarning messages:\n1: In plot.window(...) : \"geom\" is not a graphical parameter\n2: In plot.xy(xy, type, ...) : \"geom\" is not a graphical parameter\n3: In axis(side = side, at = at, labels = labels, ...) :\n  \"geom\" is not a graphical parameter\n4: In axis(side = side, at = at, labels = labels, ...) :\n  \"geom\" is not a graphical parameter\n5: In box(...) : \"geom\" is not a graphical parameter\n6: In title(...) : \"geom\" is not a graphical parameter\n&gt; png(file=\"Rlsplot.png\")\n&gt; plot(lscalls,usecspercall,geom=\"point\")\nWarning messages:\n1: In plot.window(...) : \"geom\" is not a graphical parameter\n2: In plot.xy(xy, type, ...) : \"geom\" is not a graphical parameter\n3: In axis(side = side, at = at, labels = labels, ...) :\n  \"geom\" is not a graphical parameter\n4: In axis(side = side, at = at, labels = labels, ...) :\n  \"geom\" is not a graphical parameter\n5: In box(...) : \"geom\" is not a graphical parameter\n6: In title(...) : \"geom\" is not a graphical parameter\n&gt; dev.off()\nnull device\n          1\n&gt; ggplot(lscalls,usecspercall,geom=\"point\")\nError in ggplot.data.frame(fortify(data), mapping, ...) :\n  Mapping should be created with aes or aes_string\n&gt;\n\n<\/pre>\n<p><a href=\"http:\/\/www.beautifulwork.org\/wp-content\/uploads\/2013\/02\/Rlsplot.png\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/www.beautifulwork.org\/wp-content\/uploads\/2013\/02\/Rlsplot-300x300.png\" alt=\"Rlsplot\" width=\"300\" height=\"300\" class=\"alignright size-medium wp-image-8175\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>commandline session &gt; library(ggplot2) Loading required package: reshape Loading required package: plyr Attaching package: \u2018reshape\u2019 The following object(s) are masked from \u2018package:plyr\u2019: rename, round_any Loading required package: grid Loading required package: proto &gt; lscalls usecspercall qplot(lscalls,usecspercall,geom=&#8221;line&#8221;) &gt; plot(lscalls,usecspercall,geom=&#8221;line&#8221;) Warning messages: 1: In plot.window(&#8230;) : &#8220;geom&#8221; is not a graphical parameter 2: In plot.xy(xy, type, &#8230;) &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/02\/18\/r-ls-plot\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;R ls plot&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8173"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8173"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8173\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8173"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8173"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}