• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
The Analysis Factor

The Analysis Factor

Statistical Consulting, Resources, and Statistics Workshops for Researchers

  • Home
  • About
    • Our Programs
    • Our Team
    • Our Core Values
    • Our Privacy Policy
    • Employment
    • Guest Instructors
  • Membership
    • Statistically Speaking Membership Program
    • Login
  • Workshops
    • Online Workshops
    • Login
  • Consulting
    • Statistical Consulting Services
    • Login
  • Free Webinars
  • Contact
  • Login

R Graphics: Plotting in Color with qplot

by guest 1 Comment

by David Lillis, Ph.D.

In this lesson, let’s see how to use qplot to map symbol colour to a categorical variable.

Copy in the following data set (a medical data set relating to patients in a randomised controlled trial):

M <- structure="" list="" patient="structure(c(32L," 15l="" 41l="" 42l="" 44l="" 17l="" 31l="" 10l="" 38l="" 18l="" 22l="" 30l="" label="c("N"," alan="" andy="" ann="" anne="" anton="" audrey="" ben="" bernie="" beth="" bob="" bobby="" bruce="" charles="" dave="" dianne="" frida="" guy="" henry="" hugh="" ian="" irina="" james="" jim="" jo="" john="" jonah="" joseph="" lesley="" liz="" magnus="" mary="" max="" merril="" mike="" mikhail="" nick="" peter="" robert="" robin="" simon="" steve="" stuart="" sue="" telu="" class="data.frame" gender="" 2l="" 1l="" m="" treatment="" 3l="" b="" c="" age="" y="" weight_1="" 58="" 8="" 72="" 59="" 7="" 79="" 6="" 83="" 1="" 68="" 67="" 39="" 9="" 64="" 65="" weight_2="" 3="" 70="" 57="" 82="" 66="" 4="" 76="" 41="" 63="" 2="" height="" 161l="" 175l="" 149l="" 179l="" 177l="" 170l="" 138l="" 165l="" smoke="" exercise="" false="" true="" recover="" 0l="" names="c(1L," row="" 4l="" 5l="" 13l="" 29l="" 33l="" 43l="" br="">
M

    PATIENT GENDER TREATMENT AGE WEIGHT_1 WEIGHT_2 HEIGHT SMOKE EXERCISE RECOVER
1     Mary      F         A   Y     79.2     76.6    169     Y     TRUE       1
4     Dave      M         B   M     58.8     59.3    161     Y    FALSE       0
5    Simon      M         C   M     72.0     70.1    175     N    FALSE       1
13   Steve      M         A   E     59.7     57.3    149     N    FALSE       1
15     Sue      F         A   M     79.6     79.8    179     N     TRUE       1
17   Frida      F         B   M     83.1     82.3    177     N    FALSE       0
22  Magnus      M         A   E     68.7     66.8    175     N    FALSE       1
29    Beth      F         C   E     67.6     67.4    170     N     TRUE       1
33   Peter      M         A   M     79.1     76.8    177     N     TRUE       1
41     Guy      M         C   E     39.9     41.4    138     N    FALSE       1
42   Irina      F         B   M     64.7     65.3    170     N    FALSE       0
43     Liz      F         C   M     65.6     63.2    165     Y     TRUE       1

Now we create a scatterplot of patient height against weight before treatment, and we map both symbol size and shape to GENDER using factor() . Enter the following syntax:

qplot(HEIGHT, WEIGHT_1, data = M, xlab = "HEIGHT (cm)", ylab = "WEIGHT BEFORE TREATMENT (kg)" , size = factor(GENDER), color = factor(GENDER)) + scale_size_manual(values = c(5, 7))

image001
Note how we mapped symbol size and colour to GENDER using the syntax:

size = factor(GENDER) and color = factor(GENDER))

Also note how we controlled symbol size using the layer:

+ scale_size_manual(values = c(5, 7))

In this example I have chosen symbol sizes of 5 and 7. You may select different sizes, depending on your preferences. Very quickly you will gain experience and select the symbol sizes that suit your graphs best. Of course you can experiment with the above syntax yourselves, each time changing the symbol size values. For example:

qplot(HEIGHT, WEIGHT_1, data = M, xlab = "HEIGHT (cm)", ylab = "WEIGHT BEFORE TREATMENT (kg)" , size = factor(GENDER), color = factor(GENDER)) + scale_size_manual(values = c(2, 9))

image002

The difference in point sizes is now rather extreme, but you now see how to control symbol size. Soon we will learn how to control symbol colour too.


About the Author:
David Lillis has taught R to many researchers and statisticians. His company, Sigma Statistics and Research Limited, provides both on-line instruction and face-to-face workshops on R, and coding services in R. David holds a doctorate in applied statistics.

Bookmark and Share

Getting Started with R
Kim discusses the use of R statistical software for data manipulation, calculation, and graphical display.

Tagged With: colors, graph, plots, plotting, qplot, R

Related Posts

  • R Graphics: Plotting in Color with qplot Part 2
  • Doing Scatterplots in R
  • Graphing Non-Linear Mathematical Expressions in R
  • R is Not So Hard! A Tutorial, Part 22: Creating and Customizing Scatter Plots

Reader Interactions

Comments

  1. Ife N says

    October 4, 2018 at 2:14 pm

    How would you change the assigned colours. Right now male is blue and female is pink. How could you change the colours to something else like green and purple or something.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Please note that, due to the large number of comments submitted, any questions on problems related to a personal study/project will not be answered. We suggest joining Statistically Speaking, where you have access to a private forum and more resources 24/7.

Primary Sidebar

Free Webinars

Effect Size Statistics on Tuesday, Feb 2nd

This Month’s Statistically Speaking Live Training

  • January Member Training: A Gentle Introduction To Random Slopes In Multilevel Models

Upcoming Workshops

  • Logistic Regression for Binary, Ordinal, and Multinomial Outcomes (May 2021)
  • Introduction to Generalized Linear Mixed Models (May 2021)

Read Our Book



Data Analysis with SPSS
(4th Edition)

by Stephen Sweet and
Karen Grace-Martin

Statistical Resources by Topic

  • Fundamental Statistics
  • Effect Size Statistics, Power, and Sample Size Calculations
  • Analysis of Variance and Covariance
  • Linear Regression
  • Complex Surveys & Sampling
  • Count Regression Models
  • Logistic Regression
  • Missing Data
  • Mixed and Multilevel Models
  • Principal Component Analysis and Factor Analysis
  • Structural Equation Modeling
  • Survival Analysis and Event History Analysis
  • Data Analysis Practice and Skills
  • R
  • SPSS
  • Stata

Copyright © 2008–2021 The Analysis Factor, LLC. All rights reserved.
877-272-8096   Contact Us

The Analysis Factor uses cookies to ensure that we give you the best experience of our website. If you continue we assume that you consent to receive cookies on all websites from The Analysis Factor.
Continue Privacy Policy
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.