Book Image

R Graphs Cookbook Second Edition

Book Image

R Graphs Cookbook Second Edition

Overview of this book

Table of Contents (22 chapters)
R Graphs Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Visualizing mixed data


In this recipe, we will see the visualization of mixed data where both continuous and factor variables are present.

Getting ready

For this plot, we will use our modified mtcars data that we created earlier.

How to do it…

The command is similar as with continuous and categorical data; here is the code to create the plot:

tableplot(modified_mtcars)