SlideShare a Scribd company logo
Budapest University of Technology and Economics
Department of Measurement and Information Systems
Budapest University of Technology and Economics
Fault Tolerant Systems Research Group
Streamgraph package
Budapest Users of R Network Meetup
Ágnes Salánki
salanki.agnes@gmail.com
HBO Series
2014 2015
US viewers in
Million
HBO Series
2014 2015
True
Detective
Girls
Silicon Valley
Game of
Thrones
Veep
The Leftovers
Getting On
The Comeback
Togetherness
Ballers
The Brink
History
 Lee Byron, 2008, NY Times,
 "Stacked Graphs – Geometry & Aesthetics"
Antipattern: baby names
Antipattern: baby names
 Line charts instead?
Streamgraph R package
 htmlwidget for creating streamgraphs
 3 parameters
o date (also continuous)
o category
o value
• ~Stat = „identity” in geom_bar
ggplot(df) + geom_bar(aes(x =
group), stat = "bin")
ggplot(df) + geom_bar(aes(x =
group, y = value), stat = "identity")
variable value
A 1
A 20
B 3
useR! attendees
useR! attendees
Aalborg,
Denmark
Albacete,
Spain
Coventry,
UK
Rennes,
France
Dortmund,
Germany
useR! attendees
 Legends 
o Only interactively
 Colors 
o Manual set is unstable
 Initiatives for statistical
plotting 
o sg_annotate
o sg_add_marker
Client-Server
Communication
Protocol monitoring
Client Server
X1
X2
X3
Benchmarking
Client Server
X1
X2
X3
Client2
X1
X2
X3
Protocol monitoring: the good
Protocol monitoring: the bad
Protocol monitoring: the ugly
Conclusion
 Excellent exploratory tool
 Simple time series analysis

More Related Content

PDF
Data visualization 4 dummies
PDF
06 - HAMS implementation
PDF
Random graph model for citation networks - Alessandro Garavaglia
PDF
Looking for Something Special -- Outlier Detection in R
PDF
Anomáliadetektálás R-ben
PPTX
Data Analytics with R and SQL Server
PPTX
Research: Documentary publicity shots
PPTX
R and Visualization: A match made in Heaven
Data visualization 4 dummies
06 - HAMS implementation
Random graph model for citation networks - Alessandro Garavaglia
Looking for Something Special -- Outlier Detection in R
Anomáliadetektálás R-ben
Data Analytics with R and SQL Server
Research: Documentary publicity shots
R and Visualization: A match made in Heaven

Similar to The Streamgraph R package (19)

PPTX
R and Visualization: A match made in Heaven
PDF
Lessons learned from useR! 2015
PPTX
A Step Towards Reproducibility in R
PPTX
Chart and graphs in R programming language
PDF
ggplot2.SparkR: Rebooting ggplot2 for Scalable Big Data Visualization by Jong...
PDF
Reproducibility with Revolution R Open and the Checkpoint Package
PPTX
Getting started with R when analysing GitHub commits
PDF
A Handbook Of Statistical Analyses Using R
PDF
Introduction to Oracle R for Big Data Analysis
PPTX
Reproducibility with Checkpoint & RRO
PPTX
Reproducibility with Checkpoint & RRO - NYC R Conference
PPTX
Why R? A Brief Introduction to the Open Source Statistics Platform
PDF
Meetup Analytics with R and Neo4j
PDF
2013.11.14 Big Data Workshop Adam Ralph - 2nd set of slides
PDF
Scalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
PPTX
Exploratory data analysis using r
DOCX
Week-3 – System RSupplemental material1Recap •.docx
PDF
R - the language
KEY
anohana
R and Visualization: A match made in Heaven
Lessons learned from useR! 2015
A Step Towards Reproducibility in R
Chart and graphs in R programming language
ggplot2.SparkR: Rebooting ggplot2 for Scalable Big Data Visualization by Jong...
Reproducibility with Revolution R Open and the Checkpoint Package
Getting started with R when analysing GitHub commits
A Handbook Of Statistical Analyses Using R
Introduction to Oracle R for Big Data Analysis
Reproducibility with Checkpoint & RRO
Reproducibility with Checkpoint & RRO - NYC R Conference
Why R? A Brief Introduction to the Open Source Statistics Platform
Meetup Analytics with R and Neo4j
2013.11.14 Big Data Workshop Adam Ralph - 2nd set of slides
Scalable and Efficient Algorithms for Analysis of Massive, Streaming Graphs
Exploratory data analysis using r
Week-3 – System RSupplemental material1Recap •.docx
R - the language
anohana
Ad

Recently uploaded (20)

PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
retention in jsjsksksksnbsndjddjdnFPD.pptx
PPT
DU, AIS, Big Data and Data Analytics.ppt
PPTX
SAP 2 completion done . PRESENTATION.pptx
PPTX
Managing Community Partner Relationships
PPTX
QUANTUM_COMPUTING_AND_ITS_POTENTIAL_APPLICATIONS[2].pptx
PDF
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
PDF
annual-report-2024-2025 original latest.
PDF
Introduction to the R Programming Language
PPTX
DS-40-Pre-Engagement and Kickoff deck - v8.0.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PDF
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
PPT
Predictive modeling basics in data cleaning process
PPTX
Business_Capability_Map_Collection__pptx
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PPT
ISS -ESG Data flows What is ESG and HowHow
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
PDF
Navigating the Thai Supplements Landscape.pdf
PPTX
IMPACT OF LANDSLIDE.....................
PPTX
(Ali Hamza) Roll No: (F24-BSCS-1103).pptx
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
retention in jsjsksksksnbsndjddjdnFPD.pptx
DU, AIS, Big Data and Data Analytics.ppt
SAP 2 completion done . PRESENTATION.pptx
Managing Community Partner Relationships
QUANTUM_COMPUTING_AND_ITS_POTENTIAL_APPLICATIONS[2].pptx
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
annual-report-2024-2025 original latest.
Introduction to the R Programming Language
DS-40-Pre-Engagement and Kickoff deck - v8.0.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
Predictive modeling basics in data cleaning process
Business_Capability_Map_Collection__pptx
Qualitative Qantitative and Mixed Methods.pptx
ISS -ESG Data flows What is ESG and HowHow
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Navigating the Thai Supplements Landscape.pdf
IMPACT OF LANDSLIDE.....................
(Ali Hamza) Roll No: (F24-BSCS-1103).pptx
Ad

The Streamgraph R package