Exploratory Data Analysis: Visualization
Explore the Titanic training data further using ggplot2 visualizations.
Tables are data visualizations
When most people visualize data, they think of histograms, bar charts, box plots, etc. However, tables of data are also visualizations. In particular, tables are one of the best visualizations when examining individual values.
There are some open questions regarding the Titanic training data. The best way to explore these questions is to display the sample data as a table.
The code below uses the print()
function from the tibble
package to display the data. Run the code below and examine the output.
Get hands-on with 1400+ tech skills courses.