1 Ch 11 Graphics lManaging graphics windows l1-d, 2-d and 3-d plotting lInteractive graphics © Fall 2004 Don Edwards and the University of South Carolina.

Slides:



Advertisements
Similar presentations
WHAT IS A PRESENTATION?. It's an attempt to communicate information by speaking, and using a visual backup presentation medium to help the audience understand.
Advertisements

Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
One Note Terms MSITA Unit 1.0. Ribbon O An area at the top of the OneNote 2010 window where almost all the capabilities of OneNote are available so that.
Introduction to Engineering MATLAB – 11 Plotting - 4 Agenda Multiple curves Multiple plot.
Basics of R, Ch  Functions  Help  Managing your Objects  Getting Data into R  Getting Results out of R 1 © Fall 2004 Don Edwards and the University.
Interactive High-End Touchscreen Information Systems TOYOTA 2005.
This is your cover page. Cut & discard this portion. ADD GRAPHICS Insert a picture or clip art using the Insert tab. ADD GRAPHICS Insert a picture or clip.
1 Ch 7-8 lArithmetic lLogical Operators © Fall 2004 Don Edwards and the University of South Carolina.
1 Basics of R, Ch lFunctions lHelp lManaging your Objects lGetting Data into R lGetting Results out of R © Fall 2004 Don Edwards and the University.
1 Ch 12 Function writing lInputting functions lFunction writing examples lPooled t-test lPlotting © Fall 2004 Don Edwards and the University of South Carolina.
1 Ch 9-10 lSubsetting lOrdering lArray operations lIteration © Fall 2004 Don Edwards and the University of South Carolina.
© Siemens Product Lifecycle Management Software Inc. All rights reserved Siemens PLM Software Solid Edge ST6 Training XpresRoute (tubing)
1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:
The Essentials of 2-Level Design of Experiments Part I: The Essentials of Full Factorial Designs The Essentials of 2-Level Design of Experiments Part I:
Goal The goal of the web based tutorial is to provide teachers who improperly use slideshow presentation software the tools necessary to eliminate the.
WinTR-20 Project Formulation Hydrology Computer Program Overview Presented by: WinTR-20 Development Team.
TTSS Interactive Products, Inc. Office Building System Sample Flow Portals III Washington, D.C.
Multimedia development platforms Robert Munro 2005.
9/18/98ET 2 Introduction to Technology - Word Project 1 Microsoft Word Project 1.
WinTR-20 Project Formulation Hydrology Computer Program Overview Presented by: WinTR-20 Development Team.
Ch. 14: Presentations with Graphics and Multimedia -- Lesson 86 © 2010, 2006 South-Western, Cengage Learning.
Adobe InDesign CS5 - Illustrated Unit A: Getting Started with InDesign CS5.
Map Books & Dynamic Tables
Computer Graphics Lecture 02 Fasih ur Rehman. Last Class Introduction to Computer Graphics Areas Application.
Chapter 8: Using Basic Statistical Procedures “33⅓% of the mice used in the experiment were cured by the test drug; 33⅓% of the test population were unaffected.
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
This is your cover page. Cut & discard this portion. ADD GRAPHICS Insert a picture or clip art using the Insert tab. ADD GRAPHICS Insert a picture or clip.
Adding Interactivity Comp 140 Fall Web 2.0 Major change in internet usage –From mostly static pages Text Graphics Simple links –To new paradigm.
Lessons Copy and Paste Text Drag and Drop Text 2-Saving Documents 3- Printing 4-Inserting Tables Modifying Page Layout Format Page Margins Insert a Blank.
Путешествуй со мной и узнаешь, где я сегодня побывал.
TITLE Insert a title for your halo project. TITLE Insert a title for your halo project. NAME Triple-click on text and type your name and date. NAME Triple-click.
Plot Diagram.
Chapter 5: Enhancing Your Output with ODS
Ch 11 Graphics Managing graphics windows 1-d, 2-d and 3-d plotting
Creating a Basic Document
Chapter 8: ODS Graphics ODS graphics were not available prior to SAS 9.2 They have been implemented across a wide range of procedures Functionality isn’t.
A Visit Around the World
PB 26 GRAPHICS.
Ch 7-8 Arithmetic Logical Operators
Page 1. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7.
Trails Carolina
Therapy Programs Provider: Trails Carolina
Trails Carolina: Social Media Profiles
مبررات إدخال الحاسوب في رياض الأطفال
Future Year Scheduling
Chapters 5 and 7 supplement
HTML HYPERTEXT MARKUP LANGUAGE.
Presentation Title goes here, Long if needed
presentation Title Goes Here
Revolution Stations Goal: to learn historical context behind a text in order to better understand themes explored in a text.
21twelveinteractive.com/ twitter.com/21twelveI/ facebook.com/21twelveinteractive/ linkedin.com/company/21twelve-interactive/ pinterest.com/21twelveinteractive/
Basics of R, Ch Functions Help Managing your Objects
One Note Terms MSITA Unit 1.0.
Ch 9-10 Subsetting Ordering Array operations Iteration
presentation Title Goes Here
The Essentials of 2-Level Design of Experiments Part I: The Essentials of Full Factorial Designs Developed by Don Edwards, John Grego and James Lynch.
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Windows басқару элементтері
Presentation Title goes here, Long if needed
This is an instructional slide
This is an instructional slide
Қош келдіңіздер!.
Interactive Graphic Organizers
non-chronological report
Информатика пән мұғалімі : Аитова Карима.
Interactive Graphic Organizers
Refined14ReportPowerpointTopic templates
Interactive Graphic Organizers
Print Settings by Don Kimball.
Presentation transcript:

1 Ch 11 Graphics lManaging graphics windows l1-d, 2-d and 3-d plotting lInteractive graphics © Fall 2004 Don Edwards and the University of South Carolina

2 R graphics lHigh level of functionality lLike SAS/Graph, number of options can be intimidating lSave interesting examples!

Managing windows lCreating new windows with windows() lSetting new default windows with dev.set() lClosing windows with dev.off() lSavings graphics

Plotting l1-dim graphics l2-dim graphics lChanging default options ltitle(), text() and lines() lMultiple plots on a page l3-dim graphics lcontour() lfilled.contour() lcontour.plot()

Interactive graphics lR has less capability for brushing and selecting than previously lidentify() lExploratory Data Analysis (EDA)