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

Similar documents
Package schoenberg. June 26, 2018

Package RSentiment. October 15, 2017

Package painter. August 13, 2018

Package hcandersenr. January 20, 2019

Package icaocularcorrection

Package colorpatch. June 10, 2017

Package machina. October 7, 2016

brand manual partners edition

Package spotsegmentation

Graphics I Or Making things pretty in R.

Package yarrr. April 19, 2017

Package crimelinkage

Package ForImp. R topics documented: February 19, Type Package. Title Imputation of Missing Values Through a Forward Imputation.

Part 1: Introduction to Computer Graphics

Package Polychrome. R topics documented: November 20, 2017

SpectraPlotterMap 12 User Guide

Chattahoochee Triathlon Club Brand Guidelines

Albertsons Companies and Safeway Foundation Brand Standards. PORTLAND DIVISION November 2017

ICSA LABS LOGO USAGE GUIDELINES

ACME Foundation Brand Standards. ACME DIVISION November 2017

one M2M Logo Brand Guidelines

LOGO GUIDELINES. A guide for partners

St. Lawrence University Identity Guide

1 Overview. 1.1 Digital Images GEORGIA INSTITUTE OF TECHNOLOGY. ECE 2026 Summer 2018 Lab #5: Sampling: A/D and D/A & Aliasing

Analyzing Modulated Signals with the V93000 Signal Analyzer Tool. Joe Kelly, Verigy, Inc.

1 Overview. 1.1 Digital Images GEORGIA INSTITUTE OF TECHNOLOGY. ECE 2026 Summer 2016 Lab #6: Sampling: A/D and D/A & Aliasing

Albertsons Companies, Safeway and Carrs/Safeway Foundation Brand Standards. SEATTLE DIVISION November 2017

UNICEF CLUBS BRAND BOOK

GETTING UMSU BRAND BASICS RIGHT

Phenopix - Exposure extraction

Albertsons Companies and Tom Thumb Foundation Brand Standards. SOUTHERN DIVISION November 2017

Package knitcitations

Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone

Albertsons Companies, Vons, & Pavilions Foundation Brand Standards. SOUTHERN CALIFORNIA DIVISION November 2017

QCTool. PetRos EiKon Incorporated

Displays. History. Cathode ray tubes (CRTs) Modern graphics systems. CSE 457, Autumn 2003 Graphics. » Whirlwind Computer - MIT, 1950

Logo Guidelines Version 1.1, September 2008

GIA Alumni Association Identity Program Logo and Graphic Usage Guidelines

Logo Guidelines. September 2014 ver.1. ACTIVEON guidelines

Downloads from:

CHAPTER 7 BASIC GRAPHICS, EVENTS AND GLOBAL DATA

MATLAB Programming. Visualization

TITLE MASTER GARDENER PROGRAMS STYLE GUIDE MASTER GARDENER STYLE GUIDE

Chapter 3 The Wall using the screen

BRAND GUIDELINES VERSION 3: FEBRUARY 2014

Stimulus presentation using Matlab and Visage

I D E N T I T Y G U I D E L I N E S

3. Displays and framebuffers

WORKING WITH FRAME GRABS

The Dodge Brand. Key Visual Elements and Usage Guidelines

Technical Specifications

Chapt er 3 Data Representation

Graphic Standards Manual for Affiliates. August 15, 2007, Volume 1.1

E X P E R I M E N T 1

INSTALATION PROCEDURE

Logo Overview. Always use the original digital artwork, available through the Brand Center, to help maintain consistency and integrity.

Manual for the sound card oscilloscope V1.41 C. Zeitnitz english translation by P. van Gemmeren, K. Grady and C. Zeitnitz

Description. Kingbright

Written Tutorial and copyright 2016 by Open for free distribution as long as author acknowledgment remains.


The logo. Diamond mark

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required

Introduction to GRIP. The GRIP user interface consists of 4 parts:

For Children with Developmental Differences. Brand Identity Guide

James D. Parsons President

UltraVision 3.8R30. Limitations and Remaining Anomalies.

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

Corporate Logo usage guidelines

Introduction The Essence of the Brand Where We Play The Fine Print. Logo Guidelines Print & Online User Interface Clear Space

SR-D8-M, SR-D8-S. (Ver ) SOFTWARE INSTRUCTIONS

Introduction. All collateral outlined within these guidelines can be downloaded at leicesterbusinessfestival.com

Graphic Standards. A guide to Lane s visual identity, with information on using the college logo, Lane colors and typefaces, stationery, and more.

Graphic Identity Standards

Dektak Step by Step Instructions:

Handout 1 - Introduction to plots in Matlab 7

How do I know which logo/mark to use? Basic Style Guide

BRAND STYLE GUIDELINES

INTRODUCTION OUR MISSION

LOGO IDENTITY GUIDE. Questions about this guide should be directed to: Stacia Lynch, Director

Version 1.0 February MasterPass. Branding Requirements

JUNE 24, 2014 SCHOOL OF PROFESSIONAL STUDIES VISUAL IDENTITY. Mark Courtney, Visual Identity Manager, ,

Broadcast Graphics When you need the best output possible

NI 5431 Video Generator Instrument Driver Quick Reference Guide

BASIC MANUAL OF CEPSA IDENTITY

HCL-Based Color Palettes in R

Bioconductor s marray package: Plotting component

University of Iowa Stead Family Children s Hospital Brand Identity Standards

Logo Standards. Use of the Logo. The Salem Identity

Achieving More Efficient Data Review with OpenLAB CDS

Table of content. Table of content Introduction Concepts Hardware setup...4

ENGINEERING VISUAL IDENTITY

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015

Spectral Decomposition in HRS

Scanning Laser Range Finder Smart-URG mini UST-10LX (UUST003) Specification

Scanning For Photonics Applications

Dave Jones Design Phone: (607) Lake St., Owego, NY USA

Display Lists in R. Paul Murrell and Ross Ihaka. February The University of Auckland

Industrial Technology

American Chemical Society ChemClub Program Brand Guide Version 1.0

United Way Waterloo Region Communities Brand Identity Guidelines September 2018

Transcription:

Type Package Title An Improved Wrapper of Image() Version 0.3.0 Author Martin Seilmayer Package rasterimage September 10, 2016 Maintainer Martin Seilmayer <m.seilmayer@hzdr.de> Description This is a wrapper function for image(), which makes reasonable raster plots with nice axis and other useful features. License GPL-2 Depends plotrix,grdevices,r (>= 2.15.0) LazyData TRUE RoxygenNote 5.0.1 NeedsCompilation no Repository CRAN Date/Publication 2016-09-10 01:33:08 R topics documented: colorpalette......................................... 1 rasterimage2........................................ 3 Index 5 colorpalette Defines a color palette Description This function defines a color palette and returns a vector of colors. The paletts itself are adapted from the ColorBrewer project. 1

2 colorpalette Usage colorpalette(n = NULL, type = "spectral", inv = F) Arguments n type inv number of colors to produce sets the type of color palette. See Details revert the order of colors Details Value The parameter type controls the output palette type as follows: "spectral" spectral colors from blue to red "specrtalhalf" spectral colors from green to red "green" MultiHue yellow - green "blue" MultiHue yellow - green blue "orange" MultiHue yellow - orange - brown "red" MultiHue yellow - orange red "red-white-bule","bwr" red - white - blue colors "rainbow" reproduces the rainbow colorset "black-white","bw" gray scale colors "white-black","wb" gray scale colors from white to black "jet.colors","jc" dark blue to dark red "hzdr1" HZDR cooperate design colors "hzdr2" HZDR cooperate design colors If a vector of color names is supported, then a customized palette will be calculated according to these colors. retuns a vector of colors to be passed to image or rasterimage References www.colorbrewer.org by Cynthia A. Brewer, Geography, Pennsylvania State University Examples # default "spectral" palette barplot(rep(1,10), col = colorpalette(10)) # custom color palette barplot(rep(1,10), col = colorpalette(n = 10, type = c("red","blue","yellow")))

rasterimage2 3 rasterimage2 Plotting a raster image with axis and color legend Description The function is a wrapper for the image() function, but with a comfortable comtrol of the z-axis and its color legend. The wrapper also supports image resizing (resolution) and png output for better export. Usage rasterimage2(x = NULL, y = NULL, z, zlim = NULL, xlim = NULL, ylim = NULL, dim.max = NULL, plot.zero.line = T, regulargrid = T, zlab = NULL, z.cex = 0.5, z.adj = c(0.5, 0.5), z.format = "fg", ndz = 7, ncolors = 256, palette = "spectral", palette.inv = F,...) Arguments x x-axis vector corresponding to the z-matrix y y-axis vector corresponding to the z-matrix z numeric matrix to be plotted zlim sets the range of the color coded z-axis xlim the x limits (x1, x2) of the plot. Note that x1 > x2 is allowed and leads to a reversed axis. The default value, NULL, indicates that the range of the finite values to be plotted should be used. ylim the y limits of the plot. dim.max defines the dimensions of z, if it needs to be rescaled. This parameter can improve plotting speed. plot.zero.line logical, if a line at x = 0 and y = 0 is to be plotted. regulargrid logical, if FALSE then a vector plot is generated, which is the slow and standard behaviour of image. If this parameter is TRUE then a raster image is generated, which can be processed much faster, compared to the FALSE option. zlab defines the z-label z.cex cex value for the z-label. It sets the font size in relation to the global par()$cex value z.adj a two component vector. It sets the left/right and top/bottom justification z.format controls how the numbers besides the colorscale are comosed. It works like the format option of formatc ndz sets the axis breakes right to the colorscale ncolors number of colors to use in the plot palette defines the color palette to be used in the plot palette.inv logical, if TRUE reverts the color palette... further arguments to the plot function, e.g. 'xlab'

4 rasterimage2 Examples rasterimage2( z = volcano, palette = "spectral", dim.max = c(500,500),zlab = "Height", z.adj = c(0,1),z.cex = 1,main = "Volcano Data Set" )

Index colorpalette, 1 finite, 3 formatc, 3 rasterimage2, 3 5