Nathaniel MacHardy Fall 2014

Slides:



Advertisements
Similar presentations
Don’t Type it! OCR it! How to use an online OCR..
Advertisements

DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
Introduction to Computer Graphics Raster Vs. Vector COMMUNICATION TECHNOLOGY.
Unit 30- Digital Graphics THEORY P2 and D2
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Dan Sadler Montgomery County Department of Information Systems & Telecommunications - GIS Team (DIST-GIS) Map Gallery.
2.01 Understand Digital Raster Graphics
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
Zinnia Bell. RAWimages are image files that have not yet processed, they contain minimally processed data from the image sensor of either a image scanner,
Graphics Ms. Brewer Spring Bellwork Edmodo – log on! Quiz? Take it if you need to! Policies and Procedures Powerpoint in Shared Folder! Get to Know.
Statistical graphics for publication – easy ways to meet requirements for high resolution Jim Flewelling Growth Model Users Group February 11, 2008.
BFTAW BDPA Workshop Introduction to GIMP Chris
BFTAW BDPA Workshop Introduction to GIMP Chris
1 Pertemuan 12 Linking and Embedding, Saving and Exporting Matakuliah: U0344 / DESKTOP 1 Tahun: 2006.
JRN 302: Introduction to Graphics and Visual Communication - Raster and Vector Files Tuesday, 9/8/15.
Graphics and Images Communicating Information : Documents and Publications.
Digital File Formats ACCT-IGD-10: Students will generate and manipulate various graphic imaging processes. ACCT-IGD-15: Students will identify and produce.
Scanner Applications Fall ‘08. Scanner Log in Names The scanner applications are now installed locally on all of the scanner computers – This means you.
© Anthony J. Nowakowski, Ph.D. GRAPHICAL MEDIA EDC 601 Instructional Technologies © Anthony J. Nowakowski, Ph.D. “Graphics help to display and to clarify.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Task 3 Store and Present Your Digital Entry Guidance Notes.
1 Introduction to Computer Graphics – CGS-1586C Spring Quarter 2011 Instructor: Amanda Dickinson Tues/Thurs from 6:00PM to 7:50 PM.
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $
PLACING AND LINKING GRAPHICS
Adobe photoshop digital image making. the basics Adobe PhotoShop is an image-editing program that lets you create and edit digital images. ◦PhotoShop.
Raster Graphics 2.01 Investigate graphic image design.
Task 3 Store and Present Your Digital Entry Guidance Notes.
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Digital Basics Quiz Preparation. Basic Digital Image Concepts Aliasing & Anti‐aliasing Resolution Compression Raster & Vector Color mode & Image mode.
Basic Digital Imaging For PE 266 Technology in HPER.
8th Lecture – Intro to Bitmap or Raster Images
2.01 Understand Digital Raster Graphics
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Multimedia Subject: Informatics of Technology II year
2.01 Understand Digital Raster Graphics
Digital Imaging 101 Ann Ware.
Graphics and Multimedia
Getting Started with Adobe Photoshop CS6
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
2.01 Understand Digital Raster Graphics
Introduction to raster graphics
RESEARCH AND APPLY GRAPHIC DESIGN TECHNIQUES #3
2.01 Investigate graphic image design.
Bitmap vs. Vector.
Chapter 3 Image Files © 2017 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Cartography and Labeling
IMAGE SIZE AND RESOLUTION
Productivity Software
An Introduction to Scanning and Storing Photographs and Graphics
ការណែនាំពី កម្មវិធី Microsoft POWERPOINT 2010
GIMP BY MR. YOUSUF VALI 11/20/201811/20/2018.
2.01 Understand Digital Raster Graphics
Adobe Visual Design 5.00 Apply procedures to publish digital images using Adobe Photoshop (2%) Apply procedures to publish illustrations using Adobe.
Working with images EIT, Author Gay Robertson, 2018.
Scan to USB.
PLACE YOUR TITLE HERE **Poster Author(s) Go Here
GIMP BY MR. YOUSUF VALI 12/31/201812/31/2018.
2.01 Investigate graphic image design.
Instructions for Windows users:
Instructions for Windows users:
Instructions for Windows users:
2.01 Understand Digital Raster Graphics
2.01 Investigate graphic image design.
PRODUCTION PHASES CHANGES
Graphics Basics.
The Web Collection Standard CS3 Revealed
Presentation transcript:

Nathaniel MacHardy Fall 2014 Learn R! Reports Nathaniel MacHardy Fall 2014

Overview Quick Methods for Figures R Markdown Sweave (LaTeX) Screenshots Export… Graphics devices R Markdown Sweave (LaTeX)

Screenshots Press Print Screen Key, paste into MS Paint Quick, universal, great for presentations, WORKS Terrible quality, inconsistent, annoying to re-do

Export Image (RStudio) Click Export… on plot window Must manually click through dialog each time

Choose Vector! Raster Vector .bmp, .jpg, .png, .gif .svg, .pdf Grid of pixels Gets blocky if zoomed Vector .svg, .pdf Drawing instructions “Infinite” resolution

Don’t Compress! .png .jpg

Hierarchy of Computer-Generated Image Conversion Vector: .pdf, .svg Lossless Raster: .bmp, .png Compressed Raster: .jpeg, .gif

R Graphics Devices pdf(“figure1.pdf”) plot(1:10) # more commands dev.off() # Most useful Options: pdf(“options1.pdf”, width=7, height=7) # Other Devices bmp() svg() jpeg() tiff()

ALWAYS USE PDF Pdf can be converted to anything without loss!

What if my publisher/boss/advisor asks for something other than pdf? Get the pdf figure looking great Use GIMP (GNU Image Manipulation Program; free/better photoshop) to import the pdf and export in the correct format Any format, Any DPI User-friendly interface Exception: stone-age print shops often ask for CMYK figures; use Krita (also free) to do this easily

www.gimp.org

krita.org

Writing Reports with R Markdown Simple, fast Generates MS word file (.doc) Less control over style/layout than Sweave In Rstudio, go to file > New > R Markdown… RStudio will generate an example header Save your file with the .Rmd extension Press Knit!

Sample Markdown Document --- title: "Example" author: "Nat" date: “Friday, October 31, 2014" output: word_document Here is my cool report. This is just some text - see figure below ```{r, echo=FALSE} # R code here will be run and the results pasted into the document plot(1:10) ```

Markdown Markup 1 *italic* **bold** # Header 1 ## Header 2 Item 1 Item 2 Item 3 + Item 3a + Item 3b

Markdown Markup 2 ```{r} summary(cars$dist) summary(cars$speed) ``` There were `r nrow(cars)` cars studied

Markdown Tables First Header | Second Header ------------- | ------------- Content Cell | Content Cell ```{r results="asis",echo=FALSE} library(knitr) kable(head(iris[,1:3]), format = "markdown") ```

LaTeX with Sweave Takes more time to code than R Markdown Greater control of style, format, etc. Good for long documents I did my master’s paper in LaTeX First, install LaTeX Go to file > new S Weave, then save as .Snw Click Compile Pdf when donw

Sample Sweave document \documentclass{article} \begin{document} \SweaveOpts{concordance=TRUE} This is a cool \LaTeX document. Backslashes anc curly brackets are used for control sequences. The junk below calls R code. <<fig=TRUE>>= # this is an R code chunk plot(1:100) @ \end{document}