An R Package for Plotting XKCD Graphs
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Hacking Motivation
Hacking Life • Hacking Life Chapter 4: Hacking Motivation Joseph Reagle Published on: Apr 03, 2019 Updated on: Apr 09, 2019 Hacking Life • Hacking Life Chapter 4: Hacking Motivation On a lovely summer day, I headed to San Francisco’s Presidio Park for a picnic unlike any other I have attended. The small gathering was for fans of the motivation app Beeminder, and Nick Winter, author of The Motivation Hacker, was the special guest. Winter is the “founder/hacker” behind Skritter, an app for learning Chinese characters, and CodeCombat, a platform that gamifies learning to code. It’s clear that despite being someone who sometimes spends many hours in front of a computer, like Ferriss and Tynan, he isn’t content with the skinny-nerd stereotype. Winter’s webpage features a picture of him doing a single-arm handstand: he’s wearing a Google T-shirt, thin-soled “five-finger” shoes—also preferred by Tynan—and a surprisingly serene expression for someone who is upside down (figure 4.1). When I met at him at the picnic, he was wearing the same nonshoes and tossing a Frisbee. 2 Hacking Life • Hacking Life Chapter 4: Hacking Motivation Nick Winter doing a handstand, 2013, http://www.nickwinter.net/. Used with permission. The Motivation Hacker is a lab report of self-experimentation and a tutorial on how to maximize motivation. Winter’s goal had been to write the book in three months “while simultaneously 3 Hacking Life • Hacking Life Chapter 4: Hacking Motivation skydiving, learn three thousand new Chinese characters, go on ten romantic dates with his -
Navigating the R Package Universe by Julia Silge, John C
CONTRIBUTED RESEARCH ARTICLES 558 Navigating the R Package Universe by Julia Silge, John C. Nash, and Spencer Graves Abstract Today, the enormous number of contributed packages available to R users outstrips any given user’s ability to understand how these packages work, their relative merits, or how they are related to each other. We organized a plenary session at useR!2017 in Brussels for the R community to think through these issues and ways forward. This session considered three key points of discussion. Users can navigate the universe of R packages with (1) capabilities for directly searching for R packages, (2) guidance for which packages to use, e.g., from CRAN Task Views and other sources, and (3) access to common interfaces for alternative approaches to essentially the same problem. Introduction As of our writing, there are over 13,000 packages on CRAN. R users must approach this abundance of packages with effective strategies to find what they need and choose which packages to invest time in learning how to use. At useR!2017 in Brussels, we organized a plenary session on this issue, with three themes: search, guidance, and unification. Here, we summarize these important themes, the discussion in our community both at useR!2017 and in the intervening months, and where we can go from here. Users need options to search R packages, perhaps the content of DESCRIPTION files, documenta- tion files, or other components of R packages. One author (SG) has worked on the issue of searching for R functions from within R itself in the sos package (Graves et al., 2017). -
Reading Between the Panels: a Metadata Schema for Webcomics Erin Donohue Melanie Feinberg INF 384C: Organizing Infor
Reading Between the Panels: A Metadata Schema for Webcomics Erin Donohue Melanie Feinberg INF 384C: Organizing Information Spring 2014 Webcomics: A Descriptive Schema Purpose and Audience: This schema is designed to facilitate access to the oftentimes chaotic world of webcomics in a systematic and organized way. I have been reading webcomics for over a decade, and the only way I could find new comics was through word of mouth or by following links on the sites of comics I already read. While there have been a few attempts at creating a centralized listing of webcomics, these collections consist only of comic titles and artist names, devoid of information about the comics’ actual content. There is no way for users to figure out if they might like a comic or not, except by visiting the site of every comic and exploring its archive of posts. I wanted a more systematic, robust way to find comics I might enjoy, so I created a schema that could be used in a catalog of webcomics. This schema presents, at a glance, the most relevant information that webcomic fans might want to know when searching for new comics. In addition to basic information like the comic’s title and artist, this schema includes information about the comic’s content and style—to give readers an idea of what to expect from a comic without having to browse individual comic websites. The attributes are specifically designed to make browsing lots of comics quick and easy. This schema could eventually be utilized in a centralized comics database and could be used to generate recommendations using mood, art style, common themes, and other attributes. -
Blog Title Blog URL Blog Owner Blog Category Technorati Rank
Technorati Bloglines BlogPulse Wikio SEOmoz’s Blog Title Blog URL Blog Owner Blog Category Rank Rank Rank Rank Trifecta Blog Score Engadget http://www.engadget.com Time Warner Inc. Technology/Gadgets 4 3 6 2 78 19.23 Boing Boing http://www.boingboing.net Happy Mutants LLC Technology/Marketing 5 6 15 4 89 33.71 TechCrunch http://www.techcrunch.com TechCrunch Inc. Technology/News 2 27 2 1 76 42.11 Lifehacker http://lifehacker.com Gawker Media Technology/Gadgets 6 21 9 7 78 55.13 Official Google Blog http://googleblog.blogspot.com Google Inc. Technology/Corporate 14 10 3 38 94 69.15 Gizmodo http://www.gizmodo.com/ Gawker Media Technology/News 3 79 4 3 65 136.92 ReadWriteWeb http://www.readwriteweb.com RWW Network Technology/Marketing 9 56 21 5 64 142.19 Mashable http://mashable.com Mashable Inc. Technology/Marketing 10 65 36 6 73 160.27 Daily Kos http://dailykos.com/ Kos Media, LLC Politics 12 59 8 24 63 163.49 NYTimes: The Caucus http://thecaucus.blogs.nytimes.com The New York Times Company Politics 27 >100 31 8 93 179.57 Kotaku http://kotaku.com Gawker Media Technology/Video Games 19 >100 19 28 77 216.88 Smashing Magazine http://www.smashingmagazine.com Smashing Magazine Technology/Web Production 11 >100 40 18 60 283.33 Seth Godin's Blog http://sethgodin.typepad.com Seth Godin Technology/Marketing 15 68 >100 29 75 284 Gawker http://www.gawker.com/ Gawker Media Entertainment News 16 >100 >100 15 81 287.65 Crooks and Liars http://www.crooksandliars.com John Amato Politics 49 >100 33 22 67 305.97 TMZ http://www.tmz.com Time Warner Inc. -
Introduction to Ggplot2
Introduction to ggplot2 Dawn Koffman Office of Population Research Princeton University January 2014 1 Part 1: Concepts and Terminology 2 R Package: ggplot2 Used to produce statistical graphics, author = Hadley Wickham "attempt to take the good things about base and lattice graphics and improve on them with a strong, underlying model " based on The Grammar of Graphics by Leland Wilkinson, 2005 "... describes the meaning of what we do when we construct statistical graphics ... More than a taxonomy ... Computational system based on the underlying mathematics of representing statistical functions of data." - does not limit developer to a set of pre-specified graphics adds some concepts to grammar which allow it to work well with R 3 qplot() ggplot2 provides two ways to produce plot objects: qplot() # quick plot – not covered in this workshop uses some concepts of The Grammar of Graphics, but doesn’t provide full capability and designed to be very similar to plot() and simple to use may make it easy to produce basic graphs but may delay understanding philosophy of ggplot2 ggplot() # grammar of graphics plot – focus of this workshop provides fuller implementation of The Grammar of Graphics may have steeper learning curve but allows much more flexibility when building graphs 4 Grammar Defines Components of Graphics data: in ggplot2, data must be stored as an R data frame coordinate system: describes 2-D space that data is projected onto - for example, Cartesian coordinates, polar coordinates, map projections, ... geoms: describe type of geometric objects that represent data - for example, points, lines, polygons, ... aesthetics: describe visual characteristics that represent data - for example, position, size, color, shape, transparency, fill scales: for each aesthetic, describe how visual characteristic is converted to display values - for example, log scales, color scales, size scales, shape scales, .. -
Sharing and Organizing Research Products As R Packages Matti Vuorre1 & Matthew J
Sharing and organizing research products as R packages Matti Vuorre1 & Matthew J. C. Crump2 1 Oxford Internet Institute, University of Oxford, United Kingdom 2 Department of Psychology, Brooklyn College of CUNY, New York USA A consensus on the importance of open data and reproducible code is emerging. How should data and code be shared to maximize the key desiderata of reproducibility, permanence, and accessibility? Research assets should be stored persistently in formats that are not software restrictive, and documented so that others can reproduce and extend the required computations. The sharing method should be easy to adopt by already busy researchers. We suggest the R package standard as a solution for creating, curating, and communicating research assets. The R package standard, with extensions discussed herein, provides a format for assets and metadata that satisfies the above desiderata, facilitates reproducibility, open access, and sharing of materials through online platforms like GitHub and Open Science Framework. We discuss a stack of R resources that help users create reproducible collections of research assets, from experiments to manuscripts, in the RStudio interface. We created an R package, vertical, to help researchers incorporate these tools into their workflows, and discuss its functionality at length in an online supplement. Together, these tools may increase the reproducibility and openness of psychological science. Keywords: reproducibility; research methods; R; open data; open science Word count: 5155 Introduction package standard, with additional R authoring tools, provides a robust framework for organizing and sharing reproducible Research projects produce experiments, data, analyses, research products. manuscripts, posters, slides, stimuli and materials, computa- Some advances in data-sharing standards have emerged: It tional models, and more. -
Rkward: a Comprehensive Graphical User Interface and Integrated Development Environment for Statistical Analysis with R
JSS Journal of Statistical Software June 2012, Volume 49, Issue 9. http://www.jstatsoft.org/ RKWard: A Comprehensive Graphical User Interface and Integrated Development Environment for Statistical Analysis with R Stefan R¨odiger Thomas Friedrichsmeier Charit´e-Universit¨atsmedizin Berlin Ruhr-University Bochum Prasenjit Kapat Meik Michalke The Ohio State University Heinrich Heine University Dusseldorf¨ Abstract R is a free open-source implementation of the S statistical computing language and programming environment. The current status of R is a command line driven interface with no advanced cross-platform graphical user interface (GUI), but it includes tools for building such. Over the past years, proprietary and non-proprietary GUI solutions have emerged, based on internal or external tool kits, with different scopes and technological concepts. For example, Rgui.exe and Rgui.app have become the de facto GUI on the Microsoft Windows and Mac OS X platforms, respectively, for most users. In this paper we discuss RKWard which aims to be both a comprehensive GUI and an integrated devel- opment environment for R. RKWard is based on the KDE software libraries. Statistical procedures and plots are implemented using an extendable plugin architecture based on ECMAScript (JavaScript), R, and XML. RKWard provides an excellent tool to manage different types of data objects; even allowing for seamless editing of certain types. The objective of RKWard is to provide a portable and extensible R interface for both basic and advanced statistical and graphical analysis, while not compromising on flexibility and modularity of the R programming environment itself. Keywords: GUI, integrated development environment, plugin, R. -
Investigating the My Hobby Webcomics by Randall Munroe
DERAILING DEFAULT INTERPRETATIONS: INVESTIGATING THE MY HOBBY WEBCOMICS BY RANDALL MUNROE Elizabeth Closs Traugott In collaboration with Arnold Zwicky IPra 14, Antwerp July 26-31 2015 2 Prelude • The main content of cartoons and comic strips is visuals, usually (though not always) with speech (McCloud 1993). • Visual literacy, cognitive processing and how we derive meaning from sequential images have been the main topics of research on the language of comic strips to date (e.g. Cohn et al. 2012, Cohn 2013). 3 • The topic of this paper is different: non-narrative, stand-alone cartoons, with focus on how metadiscourse can be used to counter default linguistic pragmatic expectations. • The data are from Randall Munroe’s webcomic series MY HOBBY within xkdc (http://www.xkcd.com). • For index of categories of MY HOBBY see Munroe (2015). 4 Acknowledgements: • inspiration from Qian (2013), • great indebtedness to - Arnold Zwicky’s Blog, a blog mostly about language (http://arnoldzwicky.org), - http://www.explainxkcd.com/wiki/index.php/ Category:My_Hobby. 5 Outline • Definition of metadiscourse: - textual - interpersonal • Textual types in cartoons, comic strips, and webcomics • Metadiscourse in Munroe’s MY HOBBY • Two case studies • Conclusion 6 Metadiscourse “Metadiscourse”: comments on accompanying text. • Of two types (Hyland 2005, Cuenca 2015): - Textual: explicit guidance to interpretation (cognitive orientation; “metatext”). - Interpersonal: personal commentary and explicit interaction with reader (social orientation). Webcomics provide a rich medium for exploiting metadiscourse, because of mouse-over capability as well as visuals. 7 Types of metatext in comics • Zwicky 2014a analyzes metatext in cartoons (e.g. Rhymes with Orange), comic strips (e.g. -
Don't Make Me Think, Revisited
Don’t Make Me Think, Revisited A Common Sense Approach to Web Usability Steve Krug Don’t Make Me Think, Revisited A Common Sense Approach to Web Usability Copyright © 2014 Steve Krug New Riders www.newriders.com To report errors, please send a note to [email protected] New Riders is an imprint of Peachpit, a division of Pearson Education. Editor: Elisabeth Bayle Project Editor: Nancy Davis Production Editor: Lisa Brazieal Copy Editor: Barbara Flanagan Interior Design and Composition: Romney Lange Illustrations by Mark Matcho and Mimi Heft Farnham fonts provided by The Font Bureau, Inc. (www.fontbureau.com) Notice of Rights All rights reserved. No part of this book may be reproduced or transmitted in any form by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. For information on getting permission for reprints and excerpts, contact [email protected]. Notice of Liability The information in this book is distributed on an “As Is” basis, without warranty. While every precaution has been taken in the preparation of the book, neither the author nor Peachpit shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the instructions contained in this book or by the computer software and hardware products described in it. Trademarks It’s not rocket surgery™ is a trademark of Steve Krug. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and Peachpit was aware of a trademark claim, the designations appear as requested by the owner of the trademark. -
R Generation [1] 25
IN DETAIL > y <- 25 > y R generation [1] 25 14 SIGNIFICANCE August 2018 The story of a statistical programming they shared an interest in what Ihaka calls “playing academic fun language that became a subcultural and games” with statistical computing languages. phenomenon. By Nick Thieme Each had questions about programming languages they wanted to answer. In particular, both Ihaka and Gentleman shared a common knowledge of the language called eyond the age of 5, very few people would profess “Scheme”, and both found the language useful in a variety to have a favourite letter. But if you have ever been of ways. Scheme, however, was unwieldy to type and lacked to a statistics or data science conference, you may desired functionality. Again, convenience brought good have seen more than a few grown adults wearing fortune. Each was familiar with another language, called “S”, Bbadges or stickers with the phrase “I love R!”. and S provided the kind of syntax they wanted. With no blend To these proud badge-wearers, R is much more than the of the two languages commercially available, Gentleman eighteenth letter of the modern English alphabet. The R suggested building something themselves. they love is a programming language that provides a robust Around that time, the University of Auckland needed environment for tabulating, analysing and visualising data, one a programming language to use in its undergraduate statistics powered by a community of millions of users collaborating courses as the school’s current tool had reached the end of its in ways large and small to make statistical computing more useful life. -
Randall Munroe
what if? Serious Scientific Answers to Absurd Hypothetical Questions RANDALL MUNROE HOUGHTON MIFFLIN HARCOURT 2014 • BOSTON • NEW YORK Copyright © 2014 by xkcd Inc. ALL RIGHTS RESERVED For information about permission to reproduce selections from this book, write to Permissions, Houghton Mifflin Harcourt Publishing Company, 215 Park Avenue South, New York, New York 10003. www.hmhco.com The Library of Congress has cataloged the print edition as follows: Munroe, Randall, author. What if? : serious scientific answers to absurd hypothetical questions / Randall Munroe. pages cm ISBN 978-0-544-27299-6 (hardback) ISBN 978-0-544-45686-0 (international pbk.) 1. Science—Miscellanea. I. Title. Q173.M965 2014 500—dc23 2014016311 Book design by Christina Gleason Lyrics from “If I Didn’t Have You” © 2011 by Tim Minchin. Reprinted by permission of Tim Minchin. eISBN 978-0-544-27264-4 V1.0914 QUESTIONS Disclaimer [>] Introduction [>] Global Windstorm [>] Relativistic Baseball [>] Spent Fuel Pool [>] Weird (and Worrying) Questions from the What If? Inbox, #1 [>] New York–Style Time Machine [>] Soul Mates [>] Laser Pointer [>] Periodic Wall of the Elements [>] Everybody Jump [>] A Mole of Moles [>] Hair Dryer [>] Weird (and Worrying) Questions from the What If? Inbox, #2 [>] The Last Human Light [>] Machine-Gun Jetpack [>] Rising Steadily [>] Weird (and Worrying) Questions from the What If? Inbox, #3 [>] Orbital Submarine [>] Short-Answer Section [>] Lightning [>] Weird (and Worrying) Questions from the What If? Inbox, #4 [>] Human Computer [>] Little -
Thing Explainer Complicated Stuff in Simple Words Pdf Download
Thing Explainer Complicated Stuff In Simple Words Pdf Download 1 / 4 Thing Explainer Complicated Stuff In Simple Words Pdf Download 2 / 4 3 / 4 Editorial Reviews. Review. “Brilliant…a wonderful guide for curious minds.”—Bill Gates ... Thing Explainer: Complicated Stuff in Simple Words by [Munroe, Randall] .... devices; Due to its large file size, this book may take longer to download .... [BOOKS] Thing Explainer: Complicated Stuff In Simple Words by Randall Munroe. Book file PDF easily for everyone and every device. You can download and .... Simple Way to Read Online Thing Explainer: Complicated Stuff in Simple Words by Randall Munroe Book or Download in PDF and Epub hi, my fellowship .... Read Thing Explainer PDF Part1 from the story Thing Explainer (PDF) ... Download Thing Explainer: Complicated Stuff in Simple Words ePUB .... DOCDOWNLOADER. Home Thing Explainer - Complicated Stuff in Simple Words by Randall Munroe. Thing Explainer - Complicated Stuff in Simple Words by .... Download PDF Thing Explainer: Complicated Stuff in Simple Words ebook ... ISBN-10 : 0544668251 ISBN-13 : 9780544668256 #ebook #pdf #download #read .... Thing Explainer: Complicated Stuff in Simple Words DOWNLOAD, Ebook [Kindle], [EbooK Epub], [PDF] Download, R.E.A.D. [BOOK].. PDF Drive - Search and download PDF files for free. Thing Explainer Complicated Stuff In Simple Words. [MOBI] Thing Explainer Complicated .... [PDF DOWNLOAD] Thing Explainer: Complicated Stuff in Simple Words Full Ebook By Randall Munroe. DOWNLOAD NOW !!! Click Link .... WESNE7BY8RTP » PDF » Thing Explainer: Complicated Stuff in Simple Words (Illustrated edition). Read Doc. THING EXPLAINER: COMPLICATED STUFF IN .... PDF - Thing Explainer: Complicated Stuff in Simple Words. From the creator of the webcomic"xkcd"and author of the #1"New York Times"bestseller"What If?," a ...