
{"id":8178,"date":"2013-02-19T15:55:45","date_gmt":"2013-02-19T15:55:45","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8178"},"modified":"2013-02-19T15:55:45","modified_gmt":"2013-02-19T15:55:45","slug":"r-barplot-ls-command","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/02\/19\/r-barplot-ls-command\/","title":{"rendered":"R barplot for ls command details"},"content":{"rendered":"<pre>\ncommandline session\n\n\nroot&gt;R\n\nR version 3.1.2 (2014-10-31) -- \"Pumpkin Helmet\"\nCopyright (C) 2014 The R Foundation for Statistical Computing\nPlatform: x86_64-pc-linux-gnu (64-bit)\n\nR is free software and comes with ABSOLUTELY NO WARRANTY.\nYou are welcome to redistribute it under certain conditions.\nType 'license()' or 'licence()' for distribution details.\n\n  Natural language support but running in an English locale\n\nR is a collaborative project with many contributors.\nType 'contributors()' for more information and\n'citation()' on how to cite R or R packages in publications.\n\nType 'demo()' for some demos, 'help()' for on-line help, or\n'help.start()' for an HTML browser interface to help.\nType 'q()' to quit R.\n\n&gt; lscalls   png(file=\"Rbarplot-ls.png\")\n&gt; barplot(lscalls)\n&gt; dev.off\nfunction (which = dev.cur()) \n{\n    if (which == 1) \n        stop(\"cannot shut down device 1 (the null device)\")\n    .External(C_devoff, as.integer(which))\n    dev.cur()\n}\n\n\n&gt; dev.off()\nnull device \n          1 \n&gt; \n\n<\/pre>\n<p><a href=\"http:\/\/www.beautifulwork.org\/wp-content\/uploads\/2013\/02\/Rbarplot-ls.png\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/www.beautifulwork.org\/wp-content\/uploads\/2013\/02\/Rbarplot-ls.png\" alt=\"Rbarplot-ls\" width=\"480\" height=\"480\" class=\"alignnone size-full wp-image-16310\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>commandline session root&gt;R R version 3.1.2 (2014-10-31) &#8212; &#8220;Pumpkin Helmet&#8221; Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type &#8216;license()&#8217; or &#8216;licence()&#8217; for distribution details. Natural language support but running in an &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/02\/19\/r-barplot-ls-command\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;R barplot for ls command details&#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":[91,95],"tags":[1488],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8178"}],"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=8178"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8178\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}