Skills Sharing: How to Log-Log subplot with strings as labels GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Emily Kara Read.

Slides:



Advertisements
Similar presentations
Getting graphs ready for publication GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Jessica Corman.
Advertisements

Writing functions in R Some handy advice for creating your own functions.
R Skills Sharing: Aggregating Sensor Data and Importing to B3 Jake Zwart GLEON FP – Sunapee, NH
Interaction of GIS and R GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Amy Hetherington.
©Brooks/Cole, 2001 Chapter 7 Text Files. ©Brooks/Cole, 2001 Figure 7-1.
Презентація за розділом “Гумористичні твори”
Центр атестації педагогічних працівників 2014
Галактики і квазари.
Характеристика ІНДІЇ.
Процюк Н.В. вчитель початкових класів Боярської ЗОШ І – ІІІ ст №4
In this tutorial you will learn how to go from THIS.
How to plot x-y data and put statistics analysis on GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Ari Santoso.
Learn how to figure out dates using formulas in Excel What dates mean to Excel There’s a difference between what dates mean to you and what they mean to.
Intro to R R is a free version of S-plus R is a free version of S-plus Can be used interactively but script or syntax files are commonly used to record.
Introduction to Web Programming. Introduction to PHP What is PHP? What is a PHP File? What is MySQL? Why PHP? Where to Start?
IPlots – interactive graphics “selection” feature GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Samantha Oliver.
HDF5 UML Figures for Presenters Part I: Class Diagrams Part II: Relationship Diagrams Parts III & IV: The above, with text blocks.
Духовні символи Голосіївського району
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
Skills Sharing: Batch files to graph with R GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Hilary Dugan.
Skill Sharing: How to pre-process and visualize data GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Aline Jaimes.
1 CSE 2337 Chapter 7 Organizing Data. 2 Overview Import unstructured data Concatenation Parse Create Excel Lists.
Correlation of survey data in R with significance levels GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Kirsten Winters.
Skill sharing: Combining base and ggplot2 graphics in R. GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Richard Iestyn Woolway.
Test1 Here some text. Text 2 More text.
Creates the file on disk and opens it for writing
ANATOMY OF A LINE CHART Line Charts are used to present data trends over time. They may present a single variable or be used to compare multiple variables.
ANATOMY OF A BAR CHART: Simple Bar Chart
Sample Column Chart- No Data Labels, no lines SOURCE:
Independent Variable:
Header Title Header Title Header Title Header Title Header Title
MatLab – 2D Plots 2 MATLAB has many built-in functions and commands to create various types of plots. Instructor notes: We start with an example of some.
Creates the file on disk and opens it for writing
[type text here] [type text here] [type text here] [type text here]
Your text here Your text here Your text here Your text here Your text here Pooky.Pandas.
Advanced Plotting Techniques
Lists in Python Creating lists.
Label Name Label Name Label Name Label Name Label Name Label Name
Your text here Your text here Your text here Your text here
Проф. д-р Васил Цанов, Институт за икономически изследвания при БАН
ЗУТ ПРОЕКТ на Закон за изменение и допълнение на ЗУТ
О Б Щ И Н А С И Л И С Т Р А П р о е к т Б ю д ж е т г.
Електронни услуги на НАП
Боряна Георгиева – директор на
РАЙОНЕН СЪД - БУРГАС РАБОТНА СРЕЩА СЪС СЪДЕБНИТЕ ЗАСЕДАТЕЛИ ПРИ РАЙОНЕН СЪД – БУРГАС 21 ОКТОМВРИ 2016 г.
Сътрудничество между полицията и другите специалисти в България
Съобщение Ръководството на НУ “Христо Ботев“ – гр. Елин Пелин
НАЦИОНАЛНА АГЕНЦИЯ ЗА ПРИХОДИТЕ
ДОБРОВОЛЕН РЕЗЕРВ НА ВЪОРЪЖЕНИТЕ СИЛИ НА РЕПУБЛИКА БЪЛГАРИЯ
Съвременни софтуерни решения
ПО ПЧЕЛАРСТВО ЗА ТРИГОДИШНИЯ
от проучване на общественото мнение,
Васил Големански Ноември, 2006
Програма за развитие на селските райони
ОПЕРАТИВНА ПРОГРАМА “АДМИНИСТРАТИВЕН КАПАЦИТЕТ”
БАЛИСТИКА НА ТЯЛО ПРИ СВОБОДНО ПАДАНЕ В ЗЕМНАТА АТМОСФЕРА
МЕДИЦИНСКИ УНИВЕРСИТЕТ – ПЛЕВЕН
Стратегия за развитие на клъстера 2015
Моето наследствено призвание
Правна кантора “Джингов, Гугински, Кючуков & Величков”
Безопасност на движението
Starter Load up One Note
Slope & Slope-Intercept Equations
[type text here] [type text here] [type text here] [type text here]
Vertical Step Diagram (4 Steps)
Sample text or Subtitle
Slope & Slope-Intercept Equations
Header here Subheader here subheader
4 Step Simple Diagram Sample text Sample text Sample text Sample text
(Type Answer Here) (Type Answer Here) (Type Answer Here)
Presentation transcript:

Skills Sharing: How to Log-Log subplot with strings as labels GLEON Fellowship Workshop January 14-18, 2013 Sunapee, NH Emily Kara Read

Strings as labels This script is an example of how to pull strings (text) from a cell array to use as a label For example, if you import a.txt file that has text headers, that text will not be recognized as data, but as strings. Those strings can be accessed for functions such as to make a figure label or axis label using the syntax described here

Skill relevance/usefulness Seems so simple but non-intuitive Didn’t know how to make labels from array of strings Learned how to do and wrote a script for reference Very handy because maximizes automation for scripting functions

Application to data Used EPA NLA dataset as a example case Water quality dataset from >1000 lakes all sampled in 2007 Main challenges – Non-intuitive syntax – Hard to search for examples – Horizontal concatenation title(labels{i});

Data visualization