Graphics I Or Making things pretty in R.

Size: px
Start display at page:

Download "Graphics I Or Making things pretty in R."

Transcription

1 Graphics I Or Making things pretty in R rebecca.smith@kcl.ac.uk

2 In this session See the range of options for graphics in R Be able to use basic graphics Make clear, attractive graphs Highlight some useful graphics packages

3 Weight Better than Excel? Chick Weights horsebean linseed soybean sunflower meatmeal casein 50 0 horsebean linseed soybean sunflower meatmeal casein Feed

4 Benefits of R?

5 Benefits of R? R is great when you want to produce one type of graph very frequently in a consistent format (e.g. common bar graphs, scatter plots) Producing high resolution plots for publication and presentations Making composite plots Having control over small details (making it perfect) Producing clear, beautiful plots! The best plots are those which viewers immediately understand! Limit clutter, colour, and extraneous objects

6 Examples demo(graphics) demo(persp) library(lattice) demo(lattice) Data to play with data(chickwts) data(trees) data(sunspot.year) data(occupationalstatus) data(cars)

7 Visualising Data data(chickweight) weight Time Chick Diet Matrix of plots of columns of a data frame (everything by everything) plot(chickweight)

8 Plot Types Scatter plot: plot() Bar graph: barplot() Strip charts: stripchart() Box plot: boxplot() Pie chart: pie() Histogram: hist() Volcano plot: drawvolcanoplot [requires madb library] Survival curve: survfit followed by plot [requires survival library] You can easily make Volcano plots, QQ plots, or ROC curves with the plot function; however, using specific functions can save time

9 Plot Types hist(chickweight$weight) boxplot(weight~time) stripchart(weight~time, vertical=t)

10 Useful additions to scripts Add a title main= title X and Y label ylab= weight, xlab= group Change the point style and size pch=19, cex=1.5 Line type and width lty=2, lwd=2 Change the colour of plotted parts col=c( red, white, blue ) More later and at

11 pch and lty

12 Adding lines abline() Adds one or more straight lines through the current plot Needs Intercept and slope Uses all par() features like lty, lwd and col Can use results directly from a linear model plot(weight~time, data=chickweight) abline(coef(lm(chickweight$ weight~chickweight$time)) [1], coef(lm(chickweight$weigh t~chickweight$time))[2], lwd=2, lty=2, col="red")

13 Axes boxplot(weight~time), xaxt="n") axis(1, 1:12, letters[0:12]) boxplot(weight~time), xaxt="n") axis(1, c(2,4,6,8,10,12), c("b", "d", "f", "g", "i","k"))

14 Legend Adding a legend to a plot outside of the script Can tell position, group names, etc. fill is for boxes with colours in col is for line and point colour Need to specify lty or pch legend(4, 40, c( Group1", Group2"), fill=c("red", "blue")) legend(4, 40, c( Group1", Group2"), col=c("red", "blue"), pch=1)

15 Exporting your creations Image type PDF pdf( test.pdf ) TIFF tiff( test.tiff ) PNG png( test.png ) Bitmap bmp( test.bmp ) JPEG jpeg( test.jpeg ) Window size and units (px, mm, in or cm) width = 480, height = 480, units = "px" Resolution res = NA Point size pointsize = 12 tiff( image.tiff, width = 25, height = 25, units = cm, res = 100, pointsize = 10) plot(x~y) dev.off()

16 Be aware... tiff("cwres.tiff") plot(weight~time, data=chickweight) dev.off() tiff("cwres1.tiff", width = 25, height = 25, units = "cm", res = 100, pointsize = 10) plot(weight~time, data=chickweight) dev.off()

17 Margins You can adjust how much of a margin around the plot you give Can adjust all margins individually left right v v par(mar=c(2,2,1,1)) ^ ^ bottom top Also allow plotting in the margins mtext(text, side = 3) <- Text is written in one of the four margins par(xpd=na)<- If FALSE, all plotting is clipped to the plot region, if TRUE, all plotting is clipped to the figure region, and if NA, all plotting is clipped to the device region

18 Matrix Make a matrix of multiple plots par(mfrow=c(2,2)) <- 2 by 2 matrix par(mfrow=c(3,1)) <- 1 column, 3 rows One figure in row 1 and two figures in row 2 layout(matrix(c(1,1,2,3), 2, 2, byrow = TRUE))

19 Don t reinvent the wheel... Many graphics packages available in R If there is something complicated, chances someone have made a package or written a script you can adapt ggplot (Jack) sciplot Circos WGCNA

20 sciplot Useful package for one-way or higher experimental designs Produces line plots and bargraphs library(sciplot) bargraph.ci lineplot.ci

21 In Action bargraph.ci(time, weight, group=diet, data=chickweight, legend=true, x.leg=0, ylim=c(0,300), col=rainbow(4, s = 1, v = 1))

22 More complex Can easily use R to create plots for data visualisation and perform QC of data Useful for Showing principal components QQ-plots Sex typing Manhattan plots No matter what you use to plot Keep it simple and understandable Eliminate distractions Chose best fit graph

MATH& 146 Lesson 11. Section 1.6 Categorical Data

MATH& 146 Lesson 11. Section 1.6 Categorical Data MATH& 146 Lesson 11 Section 1.6 Categorical Data 1 Frequency The first step to organizing categorical data is to count the number of data values there are in each category of interest. We can organize

More information

Frequencies. Chapter 2. Descriptive statistics and charts

Frequencies. Chapter 2. Descriptive statistics and charts An analyst usually does not concentrate on each individual data values but would like to have a whole picture of how the variables distributed. In this chapter, we will introduce some tools to tabulate

More information

Package rasterimage. September 10, Index 5. Defines a color palette

Package rasterimage. September 10, Index 5. Defines a color palette Type Package Title An Improved Wrapper of Image() Version 0.3.0 Author Martin Seilmayer Package rasterimage September 10, 2016 Maintainer Martin Seilmayer Description This is a wrapper

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

ggplot and ColorBrewer Nice plots with R November 30, 2015

ggplot and ColorBrewer Nice plots with R November 30, 2015 ggplot and ColorBrewer Nice plots with R November 30, 2015 ggplot ggplot2 ggplot is an advanced plotting system for R. The current version is ggplot2 (http://ggplot2.org/). It is not in the base installation

More information

INSTRUCTIONS FOR AUTHORS CONTRIBUTIONS TO JOURNAL EGRSE VERION A4, ONE COLUMN LANDSCAPE!!!

INSTRUCTIONS FOR AUTHORS CONTRIBUTIONS TO JOURNAL EGRSE VERION A4, ONE COLUMN LANDSCAPE!!! 1 INSTRUCTIONS FOR AUTHORS CONTRIBUTIONS TO JOURNAL EGRSE VERION A4, ONE COLUMN LANDSCAPE!!! The paper should be submitted in digital format (CD, DVD, or email), as doc and pdf. Editors of EGRSE will edit

More information

HD-SDI Express User Training. J.Egri 4/09 1

HD-SDI Express User Training. J.Egri 4/09 1 HD-SDI Express User Training J.Egri 4/09 1 Features SDI interface Supports 720p, 1080i and 1080p formats. Supports SMPTE 292M serial interface operating at 1.485 Gbps. Supports SMPTE 274M and 296M framing.

More information

Homework Packet Week #5 All problems with answers or work are examples.

Homework Packet Week #5 All problems with answers or work are examples. Lesson 8.1 Construct the graphical display for each given data set. Describe the distribution of the data. 1. Construct a box-and-whisker plot to display the number of miles from school that a number of

More information

MATLAB Basics 6 plotting

MATLAB Basics 6 plotting 1 MATLAB Basics 6 plotting Anthony Rossiter University of Sheffield For a neat organisation of all videos and resources http://controleducation.group.shef.ac.uk/indexwebbook.html Introduction 2 1. The

More information

Record your answers and work on the separate answer sheet provided.

Record your answers and work on the separate answer sheet provided. MATH 106 FINAL EXAMINATION This is an open-book exam. You may refer to your text and other course materials as you work on the exam, and you may use a calculator. You must complete the exam individually.

More information

Phenopix - Exposure extraction

Phenopix - Exposure extraction Phenopix - Exposure extraction G. Filippa December 2, 2015 Based on images retrieved from stardot cameras, we defined a suite of functions that perform a simplified OCR procedure to extract Exposure values

More information

Technical Reports. MCG 4340 Mechanical Engineering Laboratory Manual

Technical Reports. MCG 4340 Mechanical Engineering Laboratory Manual Technical Reports MCG 4340 Mechanical Engineering Laboratory Manual Objective: The objective of this document is to provide guidelines for writing engineering reports in general and the MCG 4340 formal

More information

What is Statistics? 13.1 What is Statistics? Statistics

What is Statistics? 13.1 What is Statistics? Statistics 13.1 What is Statistics? What is Statistics? The collection of all outcomes, responses, measurements, or counts that are of interest. A portion or subset of the population. Statistics Is the science of

More information

Tech Paper. HMI Display Readability During Sinusoidal Vibration

Tech Paper. HMI Display Readability During Sinusoidal Vibration Tech Paper HMI Display Readability During Sinusoidal Vibration HMI Display Readability During Sinusoidal Vibration Abhilash Marthi Somashankar, Paul Weindorf Visteon Corporation, Michigan, USA James Krier,

More information

Visual Encoding Design

Visual Encoding Design CSE 442 - Data Visualization Visual Encoding Design Jeffrey Heer University of Washington A Design Space of Visual Encodings Mapping Data to Visual Variables Assign data fields (e.g., with N, O, Q types)

More information

Printing From Applications: QuarkXPress 8

Printing From Applications: QuarkXPress 8 Printing From Applications: QuarkXPress 8 ColorBurst allows you to print directly from QuarkXPress to the ColorBurst Job List. ColorBurst can be added as a network printer, which can then be selected from

More information

PS User Guide Series Seismic-Data Display

PS User Guide Series Seismic-Data Display PS User Guide Series 2015 Seismic-Data Display Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. File 2 2. Data 2 2.1 Resample 3 3. Edit 4 3.1 Export Data 4 3.2 Cut/Append Records

More information

MARK SCHEME for the November 2004 question paper 9702 PHYSICS

MARK SCHEME for the November 2004 question paper 9702 PHYSICS UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Level MARK SCHEME for the November 2004 question paper 9702 PHYSICS 9702/05 Paper 5 (Practical Test), maximum raw mark 30 This mark scheme

More information

STAT 113: Statistics and Society Ellen Gundlach, Purdue University. (Chapters refer to Moore and Notz, Statistics: Concepts and Controversies, 8e)

STAT 113: Statistics and Society Ellen Gundlach, Purdue University. (Chapters refer to Moore and Notz, Statistics: Concepts and Controversies, 8e) STAT 113: Statistics and Society Ellen Gundlach, Purdue University (Chapters refer to Moore and Notz, Statistics: Concepts and Controversies, 8e) Learning Objectives for Exam 1: Unit 1, Part 1: Population

More information

7. Image transmission functions

7. Image transmission functions This unit comes with a function for transmitting still images from the host computer to the unit via LAN and a function for importing still images from the unit into the host computer. The image transmission

More information

INSTRUCTIONS FOR AUTHORS

INSTRUCTIONS FOR AUTHORS INSTRUCTIONS FOR AUTHORS The Croatian Journal of Fisheries is an OPEN ACCESS scientific and technical journal which is peer reviewed. It was established in 1938 and possesses long-term tradition of publishing

More information

Statistics for Engineers

Statistics for Engineers Statistics for Engineers ChE 4C3 and 6C3 Kevin Dunn, 2013 kevin.dunn@mcmaster.ca http://learnche.mcmaster.ca/4c3 Overall revision number: 19 (January 2013) 1 Copyright, sharing, and attribution notice

More information

Version : 27 June General Certificate of Secondary Education June Foundation Unit 1. Final. Mark Scheme

Version : 27 June General Certificate of Secondary Education June Foundation Unit 1. Final. Mark Scheme Version : 27 June 202 General Certificate of Secondary Education June 202 Mathematics Foundation Unit 4360F Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

Capstone Experiment Setups & Procedures PHYS 1111L/2211L

Capstone Experiment Setups & Procedures PHYS 1111L/2211L Capstone Experiment Setups & Procedures PHYS 1111L/2211L Picket Fence 1. Plug the photogate into port 1 of DIGITAL INPUTS on the 850 interface box. Setup icon. the 850 box. Click on the port 1 plug in

More information

Manuscript template: full title must be in sentence case

Manuscript template: full title must be in sentence case Turk J Elec Eng & Comp Sci () : c TÜBİTAK doi:./elk- Manuscript template: full title must be in sentence case First AUTHOR, Second AUTHOR, First Department, First Faculty, First University, First City,

More information

Package icaocularcorrection

Package icaocularcorrection Type Package Package icaocularcorrection February 20, 2015 Title Independent Components Analysis (ICA) based artifact correction. Version 3.0.0 Date 2013-07-12 Depends fastica, mgcv Author Antoine Tremblay,

More information

Calculated Percentage = Number of color specific M&M s x 100% Total Number of M&M s (from the same row)

Calculated Percentage = Number of color specific M&M s x 100% Total Number of M&M s (from the same row) Name: Date: Period: The M&M (not the rapper) Lab Who would have guessed that the idea for M&M s Plain Chocolate Candies was hatched against the backdrop of the Spanish Civil War? Legend has it that, while

More information

Algebra I Module 2 Lessons 1 19

Algebra I Module 2 Lessons 1 19 Eureka Math 2015 2016 Algebra I Module 2 Lessons 1 19 Eureka Math, Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced, distributed, modified, sold,

More information

American Chemical Society Publication Guidelines

American Chemical Society Publication Guidelines American Chemical Society Publication Guidelines TITLE. The title should accurately, clearly, and concisely reflect the emphasis and content of the paper. The title must be brief and grammatically correct

More information

Broadcast H.264 files live with ATEM Television Studio!

Broadcast H.264 files live with ATEM Television Studio! ATEM Television Studio Broadcast H.264 files live with ATEM Television Studio! Introducing the world's first live production switcher that combines a professional switcher with a broadcast quality H.264

More information

INTERIM ADVICE NOTE 109/08. Advice Regarding the Motorway Signal Mark 4 (MS4)

INTERIM ADVICE NOTE 109/08. Advice Regarding the Motorway Signal Mark 4 (MS4) INTERIM ADVICE NOTE 109/08 Advice Regarding the Motorway Signal Mark 4 (MS4) Summary This document provides advice on usage of MS4 signal and when they can be used to replace MS3 signals. Instructions

More information

Math 81 Graphing. Cartesian Coordinate System Plotting Ordered Pairs (x, y) (x is horizontal, y is vertical) center is (0,0) Quadrants:

Math 81 Graphing. Cartesian Coordinate System Plotting Ordered Pairs (x, y) (x is horizontal, y is vertical) center is (0,0) Quadrants: Math 81 Graphing Cartesian Coordinate System Plotting Ordered Pairs (x, y) (x is horizontal, y is vertical) center is (0,0) Ex 1. Plot and indicate which quadrant they re in. A (0,2) B (3, 5) C (-2, -4)

More information

Math Final Exam Practice Test December 2, 2013

Math Final Exam Practice Test December 2, 2013 Math 1050-003 Final Exam Practice Test December 2, 2013 Note that this Practice Test is longer than the Final Exam will be. This way you have extra problems to help you practice, so don t let the length

More information

Chapter 4. Displaying Quantitative Data. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Chapter 4. Displaying Quantitative Data. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 Displaying Quantitative Data Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Dealing With a Lot of Numbers Summarizing the data will help us when we look at large

More information

MATH 214 (NOTES) Math 214 Al Nosedal. Department of Mathematics Indiana University of Pennsylvania. MATH 214 (NOTES) p. 1/3

MATH 214 (NOTES) Math 214 Al Nosedal. Department of Mathematics Indiana University of Pennsylvania. MATH 214 (NOTES) p. 1/3 MATH 214 (NOTES) Math 214 Al Nosedal Department of Mathematics Indiana University of Pennsylvania MATH 214 (NOTES) p. 1/3 CHAPTER 1 DATA AND STATISTICS MATH 214 (NOTES) p. 2/3 Definitions. Statistics is

More information

Data Analytics for Social Science Comparing through visualisation

Data Analytics for Social Science Comparing through visualisation Data Analytics for Social Science Comparing through Johan A. Elkink School of Politics & International Relations University College Dublin 3 October 2017 Outline 1 2 Embellishments and aesthetics 3 factors

More information

MIS 0855 Data Science (Section 005) Fall 2016 In-Class Exercise (Week 6) Advanced Data Visualization with Tableau

MIS 0855 Data Science (Section 005) Fall 2016 In-Class Exercise (Week 6) Advanced Data Visualization with Tableau MIS 0855 Data Science (Section 005) Fall 2016 In-Class Exercise (Week 6) Advanced Data Visualization with Tableau Objective: Learn how to use Tableau s advanced data visualization tools Learning Outcomes:

More information

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in solving Problems. d. Graphics Pipeline. e. Video Memory.

More information

Graphical Displays of Univariate Data

Graphical Displays of Univariate Data . Chapter 1 Graphical Displays of Univariate Data Topic 2 covers sorting data and constructing Stemplots and Dotplots, Topic 3 Histograms, and Topic 4 Frequency Plots. (Note: Boxplots are a graphical display

More information

Why visualize data? Advanced GDA and Software: Multivariate approaches, Interactive Graphics, Mondrian, iplots and R. German Bundestagswahl 2005

Why visualize data? Advanced GDA and Software: Multivariate approaches, Interactive Graphics, Mondrian, iplots and R. German Bundestagswahl 2005 Advanced GDA and Software: Multivariate approaches, Interactive Graphics, Mondrian, iplots and R Why visualize data? Looking for global trends overall structure Looking for local features data quality

More information

LOGO MANUAL. Definition of the basic use of the logo

LOGO MANUAL. Definition of the basic use of the logo LOGO MANUAL Definition of the basic use of the logo INTRODUCTION The KELLYS Logo Manual is a document that sets forth the basic rules for the use of the graphic elements of the KELLYS BICYCLES logo and

More information

UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002

UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002 1 UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002 Exercises Unit 2 Descriptive Statistics Tables and Graphs Due: Monday September

More information

Springer Guidelines For The Full Paper Production

Springer Guidelines For The Full Paper Production Springer Guidelines For The Full Paper Production Author1 (Surname Name), others 2 1 Sample University, Address, ZIP code, City, Country 2 Other institution, The abstract of the full paper summarizes the

More information

This past April, Math

This past April, Math The Mathematics Behind xkcd A Conversation with Randall Munroe Laura Taalman This past April, Math Horizons sat down with Randall Munroe, the author of the popular webcomic xkcd, to talk about some of

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

Guidelines for DD&R Summary Preparation

Guidelines for DD&R Summary Preparation INTRODUCTION Guidelines for DD&R Summary Preparation These guidelines are intended to assist you with preparation of your electronic camera-ready summary. Please understand that ANS will not edit or proofread

More information

Alternative: purchase a laptop 3) The design of the case does not allow for maximum airflow. Alternative: purchase a cooling pad

Alternative: purchase a laptop 3) The design of the case does not allow for maximum airflow. Alternative: purchase a cooling pad 1) Television: A television can be used in a variety of contexts in a home, a restaurant or bar, an office, a store, and many more. Although this is used in various contexts, the design is fairly similar

More information

More About Regression

More About Regression Regression Line for the Sample Chapter 14 More About Regression is spoken as y-hat, and it is also referred to either as predicted y or estimated y. b 0 is the intercept of the straight line. The intercept

More information

All submissions and editorial correspondence should be sent to

All submissions and editorial correspondence should be sent to 1 History of Political Economy Submission Guidelines Updated October, 2016 General Guidelines Word Limits Copyright and Permissions Issues Illustrations Tables The Refereeing Process Submitting Revised

More information

QCTool. PetRos EiKon Incorporated

QCTool. PetRos EiKon Incorporated 2006 QCTool : Windows 98 Windows NT, Windows 2000 or Windows XP (Home or Professional) : Windows 95 (Terms)... 1 (Importing Data)... 2 (ASCII Columnar Format)... 2... 3... 3 XYZ (Binary XYZ Format)...

More information

Bioconductor s marray package: Plotting component

Bioconductor s marray package: Plotting component Bioconductor s marray package: Plotting component Yee Hwa Yang and Sandrine Dudoit June, 08. Department of Medicine, University of California, San Francisco, jean@biostat.berkeley.edu. Division of Biostatistics,

More information

NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting

NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting Compound Action Potential Due: Tuesday, October 6th, 2015 Goals Become comfortable reading data into Matlab from several common formats

More information

MATLAB Programming. Visualization

MATLAB Programming. Visualization Programming Copyright Software Carpentry 2011 This work is licensed under the Creative Commons Attribution License See http://software-carpentry.org/license.html for more information. Good science requires

More information

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity Print Your Name Print Your Partners' Names Instructions August 31, 2016 Before lab, read

More information

Journal of Computer Chemistry, Japan: Information for Authors, 2015

Journal of Computer Chemistry, Japan: Information for Authors, 2015 Journal of Computer Chemistry, Japan: Information for Authors, 2015 1. Submission of Manuscripts 1.1 Manuscripts and Articles 1.1.1 Manuscripts The Journal of Computer Chemistry, Japan (JCCJ) will publish

More information

6. Research results (studies) are the primary type of article desired but review articles are also welcome.

6. Research results (studies) are the primary type of article desired but review articles are also welcome. Notes for Contributors to Edited Collections 1. There is no charge for inclusion in the finished book. An auxiliary optional service is available for any authors desiring Open Access which involves a publication

More information

Section 5.2: Organizing and Graphing Categorical

Section 5.2: Organizing and Graphing Categorical Section 5.2: Organizing and Graphing Categorical Data Objective: Create a frequency table. Data is being collected all the time by businesses, governments, and researchers. The data can range from small

More information

IHE. Display Consistency Test Plan for Image Displays HIMMS and RSNA. Integrating the Healthcare Enterprise

IHE. Display Consistency Test Plan for Image Displays HIMMS and RSNA. Integrating the Healthcare Enterprise HIMMS and RSNA IHE Integrating the Healthcare Enterprise Display Consistency Test Plan for Displays 2001-05-01 Marco Eichelberg 1, Klaus Kleber 2, Jörg Riesmeier 1, Adapted for IHE Year 3 by David Maffitt

More information

INSTRUCTIONS FOR AUTHORS. Editor-in-Chief. S. Ferraz-Mello, University of Sa o Paulo-IAG, Brazil

INSTRUCTIONS FOR AUTHORS. Editor-in-Chief. S. Ferraz-Mello, University of Sa o Paulo-IAG, Brazil INSTRUCTIONS FOR AUTHORS Editor-in-Chief S. Ferraz-Mello, University of Sa o Paulo-IAG, Brazil Manuscript Submission Online Manuscript Submission Celestial Mechanics and Dynamical Astronomy has a fully

More information

Vision Call Statistics User Guide

Vision Call Statistics User Guide The Vision Call Reporting package is a web based near real time statistical tool that enables users to understand the call flow of inbound traffic both in terms of where calls have come from and also how

More information

The theory of data visualisation

The theory of data visualisation The theory of data visualisation V2017-10 Simon Andrews, Phil Ewels simon.andrews@babraham.ac.uk phil.ewels@scilifelab.se Data Visualisation A scientific discipline involving the creation and study of

More information

Table of Contents. Introduction...v. About the CD-ROM...vi. Standards Correlations... vii. Ratios and Proportional Relationships...

Table of Contents. Introduction...v. About the CD-ROM...vi. Standards Correlations... vii. Ratios and Proportional Relationships... Table of Contents Introduction...v About the CD-ROM...vi Standards Correlations... vii Ratios and Proportional Relationships... 1 The Number System... 10 Expressions and Equations... 23 Geometry... 27

More information

INSTRUCTIONS TO AUTHORS

INSTRUCTIONS TO AUTHORS INSTRUCTIONS TO AUTHORS Manuscripts must be prepared in accordance with "Uniform requirements for Manuscripts submitted to Biomedical Journal" developed by International Committee of Medical Journal Editors

More information

Relationships Between Quantitative Variables

Relationships Between Quantitative Variables Chapter 5 Relationships Between Quantitative Variables Three Tools we will use Scatterplot, a two-dimensional graph of data values Correlation, a statistic that measures the strength and direction of a

More information

How to use the NATIVE format reader Readmsg.exe

How to use the NATIVE format reader Readmsg.exe How to use the NATIVE format reader Readmsg.exe This document describes summarily the way to operate the program Readmsg.exe, which has been created to help users with the inspection of Meteosat Second

More information

STAT 503 Case Study: Supervised classification of music clips

STAT 503 Case Study: Supervised classification of music clips STAT 503 Case Study: Supervised classification of music clips 1 Data Description This data was collected by Dr Cook from her own CDs. Using a Mac she read the track into the music editing software Amadeus

More information

EVO consoles are offered in a number of size options, to suit the installation and working style of the studio.

EVO consoles are offered in a number of size options, to suit the installation and working style of the studio. EVO is a fully self-contained audio production system for video, film and music, offering high track count with Fairlight's dedicated FPGA-based hardware for mixing and processing, builtin video, and seamless

More information

Fitt s Law Study Report Amia Oberai

Fitt s Law Study Report Amia Oberai Fitt s Law Study Report Amia Oberai Overview of the study The aim of this study was to investigate the effect of different music genres and tempos on people s pointing interactions. 5 participants took

More information

Beam test of the QMB6 calibration board and HBU0 prototype

Beam test of the QMB6 calibration board and HBU0 prototype Beam test of the QMB6 calibration board and HBU0 prototype J. Cvach 1, J. Kvasnička 1,2, I. Polák 1, J. Zálešák 1 May 23, 2011 Abstract We report about the performance of the HBU0 board and the optical

More information

ARCHAEOLOGICAL REPORTS PREPARING YOUR MANUSCRIPT FOR PUBLICATION

ARCHAEOLOGICAL REPORTS PREPARING YOUR MANUSCRIPT FOR PUBLICATION BAR BRITISH ARCHAEOLOGICAL REPORTS PREPARING YOUR MANUSCRIPT FOR PUBLICATION Contents GENERAL... 1 THE MANUSCRIPT... 2 LAYOUT THE ESSENTIALS... 2 HOUSE STYLE THE ESSENTIALS... 3 IMAGES/FIGURES/GRAPHS/PHOTOGRAPHS

More information

1.2 Universiti Teknologi Brunei (UTB) reserves the right to award the tender in part or in full.

1.2 Universiti Teknologi Brunei (UTB) reserves the right to award the tender in part or in full. TENDER SPECIFICATIONS FOR THE SUPPLY, DELIVERY, INSTALLATION AND COMMISSIONING OF ONE UNIT OF VARIABLE PRESSURE ENVIRONMENTAL SCANNING ELECTRON MICROSCOPE (SEM) CUM ENERGY DISPERSIVE SPECTROSCOPY (EDS)

More information

Relationships. Between Quantitative Variables. Chapter 5. Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc.

Relationships. Between Quantitative Variables. Chapter 5. Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc. Relationships Chapter 5 Between Quantitative Variables Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc. Three Tools we will use Scatterplot, a two-dimensional graph of data values Correlation,

More information

potentiostat/galvanostat

potentiostat/galvanostat potentiostat/galvanostat Rev. 12-2012 potentiostat/galvanostat A battery-powered, handheld instrument which allows the application of most of the relevant voltammetric and amperometric techniques. The

More information

Author Guidelines for Preparing Manuscript: Manuscript file format

Author Guidelines for Preparing Manuscript: Manuscript file format Author Guidelines for Preparing Manuscript: Manuscript file format We request to submit article in PDF. While uploading, website will not accept file in word format. If file is prepared in word format,

More information

Bridges and Arches. Authors: André Holleman (Bonhoeffer college, teacher in research at the AMSTEL Institute) André Heck (AMSTEL Institute)

Bridges and Arches. Authors: André Holleman (Bonhoeffer college, teacher in research at the AMSTEL Institute) André Heck (AMSTEL Institute) Bridges and Arches Authors: André Holleman (Bonhoeffer college, teacher in research at the AMSTEL Institute) André Heck (AMSTEL Institute) A practical investigation task for pupils at upper secondary school

More information

Notes Unit 8: Dot Plots and Histograms

Notes Unit 8: Dot Plots and Histograms Notes Unit : Dot Plots and Histograms I. Dot Plots A. Definition A data display in which each data item is shown as a dot above a number line In a dot plot a cluster shows where a group of data points

More information

What's new in EndNote Version 6?

What's new in EndNote Version 6? LIBRARY COURSES 2003 ENDNOTE March 2003 What's new in EndNote Version 6? Table of Contents Upgrading to Version 6... 2 New Menu Organization... 2 Working with Images, Graphics and Figures... 4 Inserting

More information

Once an author has logged into the system, the Author Main Menu will be displayed.

Once an author has logged into the system, the Author Main Menu will be displayed. Guide for Authors Steel Research International is a peer-reviewed journal focusing on but not limited to the reporting of advances in steel, steel-related materials and engineering. Categories of contribution

More information

Guidelines for TRANSACTIONS Summary Preparation

Guidelines for TRANSACTIONS Summary Preparation Guidelines for TRANSACTIONS Summary Preparation INTRODUCTION These guidelines are intended to assist you with preparation of your electronic camera-ready summary. ANS will not edit or proofread your submitted

More information

ACUSCREEN NDT Joaquín González -

ACUSCREEN NDT Joaquín González - ACUSCREEN NDT 21.02.2014 1 Joaquín González - www.ndtscanner.com PRESENTATION PLAN Introduction Features & Advantages Functionality Image Archiver Image Viewer Scan Control Module Multi-Strip Processing

More information

BEAMAGE 3.0 KEY FEATURES BEAM DIAGNOSTICS PRELIMINARY AVAILABLE MODEL MAIN FUNCTIONS. CMOS Beam Profiling Camera

BEAMAGE 3.0 KEY FEATURES BEAM DIAGNOSTICS PRELIMINARY AVAILABLE MODEL MAIN FUNCTIONS. CMOS Beam Profiling Camera PRELIMINARY POWER DETECTORS ENERGY DETECTORS MONITORS SPECIAL PRODUCTS OEM DETECTORS THZ DETECTORS PHOTO DETECTORS HIGH POWER DETECTORS CMOS Beam Profiling Camera AVAILABLE MODEL Beamage 3.0 (⅔ in CMOS

More information

Instructions to authors

Instructions to authors Instructions to authors General Instructions Quartär publishes Original articles, Review articles, Short notes, and Book reviews. All manuscripts are subject to peer review. Original articles describe

More information

NOVA SPM Control Program

NOVA SPM Control Program NOVA SPM Control Program Reference Manual 13 April 2009 Copyright «NT-MDT» Web Page: http://www.ntmdt.com General Information: spm@ntmdt.ru Technical Support: support@ntmdt.ru NT-MDT Co., building 100,

More information

Histograms and Frequency Polygons are statistical graphs used to illustrate frequency distributions.

Histograms and Frequency Polygons are statistical graphs used to illustrate frequency distributions. Number of Families II. Statistical Graphs section 3.2 Histograms and Frequency Polygons are statistical graphs used to illustrate frequency distributions. Example: Construct a histogram for the frequency

More information

Statistics: A Gentle Introduction (3 rd ed.): Test Bank. 1. Perhaps the oldest presentation in history of descriptive statistics was

Statistics: A Gentle Introduction (3 rd ed.): Test Bank. 1. Perhaps the oldest presentation in history of descriptive statistics was Chapter 2 Test Questions 1. Perhaps the oldest presentation in history of descriptive statistics was a. a frequency distribution b. graphs and tables c. a frequency polygon d. a pie chart 2. In her bar

More information

Physics 277:Special Topics Medieval Arms and Armor. Fall Dr. Martin John Madsen Department of Physics Wabash College

Physics 277:Special Topics Medieval Arms and Armor. Fall Dr. Martin John Madsen Department of Physics Wabash College Physics 277:Special Topics Medieval Arms and Armor Fall 2011 Dr. Martin John Madsen Department of Physics Wabash College Welcome to PHY 277! I welcome you to this special topics physics course: Medieval

More information

Home Page 1 Press the House button I E

Home Page 1 Press the House button I E A Home Page 1 Press the House button B C F D G Clutches Manual Disconnects H I E 1 2 3 4 J 5 6 7 8 K L A) Target Population Press button to change target population B) Average population C) QS Reset Quick

More information

Proceedings of the Third International DERIVE/TI-92 Conference

Proceedings of the Third International DERIVE/TI-92 Conference Description of the TI-92 Plus Module Doing Advanced Mathematics with the TI-92 Plus Module Carl Leinbach Gettysburg College Bert Waits Ohio State University leinbach@cs.gettysburg.edu waitsb@math.ohio-state.edu

More information

MTL Software. Overview

MTL Software. Overview MTL Software Overview MTL Windows Control software requires a 2350 controller and together - offer a highly integrated solution to the needs of mechanical tensile, compression and fatigue testing. MTL

More information

Log-detector. Sweeper setup using oscilloscope as XY display

Log-detector. Sweeper setup using oscilloscope as XY display 2002/9/4 Version 1.2 XYdisp user manual. 1. Introduction. The XYdisp program is a tool for using an old DOS PC or laptop as XY display to show response curves measured by a sweeper log-detector combination.

More information

About Final Cut Pro Includes installation instructions and information on new features

About Final Cut Pro Includes installation instructions and information on new features apple About Final Cut Pro 1.2.5 Includes installation instructions and information on new features This document includes installation instructions and describes features and enhancements of Final Cut

More information

Evolve Graphic Panel Package

Evolve Graphic Panel Package Evolve Graphic Panel Package 2012 OHSAS 18001:2007 CGSB #0HS-009 ISO 9001:2008 CGSB #94613-5 ISO 14001:2004 CGSB #EMS-040 Global Contract Inc. 565 Petrolia Road North York, Ontario, M3J 2X8 Visit us on

More information

Interlace and De-interlace Application on Video

Interlace and De-interlace Application on Video Interlace and De-interlace Application on Video Liliana, Justinus Andjarwirawan, Gilberto Erwanto Informatics Department, Faculty of Industrial Technology, Petra Christian University Surabaya, Indonesia

More information

Dot Plots and Distributions

Dot Plots and Distributions EXTENSION Dot Plots and Distributions A dot plot is a data representation that uses a number line and x s, dots, or other symbols to show frequency. Dot plots are sometimes called line plots. E X A M P

More information

Reproducibility Assessment of Independent Component Analysis of Expression Ratios from DNA microarrays.

Reproducibility Assessment of Independent Component Analysis of Expression Ratios from DNA microarrays. Reproducibility Assessment of Independent Component Analysis of Expression Ratios from DNA microarrays. David Philip Kreil David J. C. MacKay Technical Report Revision 1., compiled 16th October 22 Department

More information

STEPS. For Successful Content Design In Digital Signage Systems

STEPS. For Successful Content Design In Digital Signage Systems Volume 1 STEPS For Successful Content Design In Digital Signage Systems Table of Contents Introduction 3 Chapter 1 Color Theory For Content Design 4 Chapter 2 Font Considerations In Digital Signage 8 Chapter

More information

When submitting your manuscript, it is important that you provide a printed version in

When submitting your manuscript, it is important that you provide a printed version in TEXT PREPARATION Printed (Hard Copy) Version When submitting your manuscript, it is important that you provide a printed version in addition to sending the electronic file of the entire manuscript, figures

More information

Element Finish. Fabric PE E PANEL MATRIX PANEL MATRIX PANEL MATRIX

Element Finish. Fabric PE E PANEL MATRIX PANEL MATRIX PANEL MATRIX Power Panel The Power Panel is a single frame panel, non-segmented above 36" high which supports a limited portion of the element program and provides both power passthrough and power access capabilities.

More information

RATE CARD & MEDIA KIT 2013

RATE CARD & MEDIA KIT 2013 Last Update: Jan 2013 RATE CARD & MEDIA KIT 2013 CONTACT US COMMERCIAL RADIO INTERACTIVE a division of Commercial Radio Productions Ltd. Ms. Janet Cheung T 2190 9448 E janetcheung@cri.com.hk Mr. Sonny

More information

Quick reference guide

Quick reference guide Quick reference guide Manufactured by: Esaote Europe B.V. Philipsweg 1 6227 AJ Maastricht The Netherlands Tel. +31 (43) 382 4600 Fax +31 (43) 382 4601 Internet: www.esaote.com Email: international.sales@esaote.com

More information