Cargando…

Visualizing data in R 4 : graphics using the base, graphics, stats, and ggplot2 packages /

Master the syntax for working with R plotting functions in graphics and stats in this easy reference to formatting plots. The approach in Visualizing Data in R 4 toward the application of formatting in ggplot() will follow the structure of the formatting used by the plotting functions in graphics an...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tollefson, Margot
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2021.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 KNOVEL_on1245670214
003 OCoLC
005 20231027140348.0
006 m o d
007 cr un|---aucuu
008 210410s2021 cau o 001 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d GW5XE  |d YDX  |d OCLCO  |d OCLCF  |d UKAHL  |d N$T  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 1244806174 
020 |a 9781484268315  |q (electronic bk.) 
020 |a 1484268318  |q (electronic bk.) 
020 |z 9781484268308 
020 |z 148426830X 
024 7 |a 10.1007/978-1-4842-6831-5  |2 doi 
029 1 |a AU@  |b 000069095850 
035 |a (OCoLC)1245670214  |z (OCoLC)1244806174 
050 4 |a QA76.9.I52 
072 7 |a U  |2 bicssc 
072 7 |a COM000000  |2 bisacsh 
072 7 |a UX  |2 thema 
082 0 4 |a 001.4/226  |2 23 
049 |a UAMI 
100 1 |a Tollefson, Margot. 
245 1 0 |a Visualizing data in R 4 :  |b graphics using the base, graphics, stats, and ggplot2 packages /  |c Margot Tollefson. 
260 |a Berkeley, CA :  |b Apress,  |c 2021. 
300 |a 1 online resource (404 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Part I: An Overview of plot() -- Chapter 1: Introduction: plot(), qplot(), and ggplot(), Plus Some -- 1.1 plot(), par(), layout(), and split.screen() -- 1.2 qplot() and ggplot() -- 1.3 The Appendixes -- 1.4 Software Versions and Hardware Used in This Book -- 1.5 Graphics Devices -- Chapter 2: The plot() Function -- 2.1 Arguments and Default Values -- 2.2 Ancillary Functions -- 2.3 Methods -- 2.4 The Graphics Devices and the Functions par(), layout(), and split.screen() 
505 8 |a 2.5 An Example -- Chapter 3: The Arguments of plot() -- 3.1 The Dataset -- 3.2 Changing the Overall Appearance in plot() -- 3.2.1 Labels and Axis Limits -- 3.2.2 Box Type, Aspect Ratio, Annotation, and Expanded Plotting -- 3.3 Points and Lines -- 3.3.1 Types of Plots -- 3.3.2 The Arguments pch and lty -- 3.4 Details -- 3.4.1 Colors -- 3.4.1.1 Assigning Colors with Character Strings -- 3.4.1.2 Assigning Colors with Integers -- 3.4.1.3 Assigning Colors with Functions -- 3.4.2 Fonts and Font Families -- 3.4.2.1 Font Families and Assigning the Font Family in plot() 
505 8 |a 3.4.2.2 Font Weights in plot() -- 3.4.3 Character Size in plot() -- 3.4.4 Line Details: lwd, lend, ljoin, and lmitre -- 3.4.5 Making Changes to the Axes -- 3.4.6 Working with Log Scales -- Chapter 4: Ancillary Functions for plot() -- 4.1 Functions That Affect Overall Appearance -- 4.1.1 The title() Function -- 4.1.2 The axis() and axTicks() Functions -- 4.1.2.1 The axis() Function -- 4.1.2.2 The axTicks() Function -- 4.1.3 The box(), grid(), clip(), and rug() Functions -- 4.1.3.1 The box() Function -- 4.1.3.2 The grid() Function -- 4.1.3.3 The clip() Function -- 4.1.3.4 The rug() Function 
505 8 |a 4.2 Functions Defined at Points -- 4.2.1 The points() Function -- 4.2.2 The text() Function -- 4.2.3 The symbols() Function -- 4.2.4 The image() and rasterImage() Functions -- 4.2.4.1 The image() Function -- 4.2.4.2 The rasterImage() Function -- 4.3 Functions That Use Lines -- 4.3.1 The lines() and abline() Functions -- 4.3.2 The curve() Function -- 4.3.3 The segments() and arrows() Functions -- 4.3.3.1 The segments() Function -- 4.3.3.2 The arrows() Function -- 4.3.3.3 An Example of Using segments() and arrows() 
505 8 |a 4.3.4 Functions That Plot Lines That Close on Themselves: rect(), polygon(), and polypath() -- 4.3.4.1 The rect() Function -- 4.3.4.2 The polygon() Function -- 4.3.4.3 The polypath() Function -- 4.3.4.4 An Example of rect(), polygon(), and polypath() -- 4.3.5 The contour() Function -- 4.4 Functions to Provide Information About or to Interact with a Plot -- 4.4.1 The legend() and mtext() Functions -- 4.4.1.1 The legend() Function -- 4.4.1.2 The mtext() Function -- 4.4.2 The Interactive Functions: identify() and locator() -- 4.4.2.1 The identify() Function -- 4.4.2.2 The locator() Function 
500 |a Chapter 5: The Methods of plot(). 
520 |a Master the syntax for working with R plotting functions in graphics and stats in this easy reference to formatting plots. The approach in Visualizing Data in R 4 toward the application of formatting in ggplot() will follow the structure of the formatting used by the plotting functions in graphics and stats. This book will take advantage of the new features added to R 4 where appropriate including a refreshed color palette for charts, Cairo graphics with more fonts/symbols, and improved performance from grid graphics including ggplot 2 rendering speed. Visualizing Data in R 4 starts with an introduction and then is split into two parts and six appendices. Part I covers the function plot() and the ancillary functions you can use with plot(). You'll also see the functions par() and layout(), providing for multiple plots on a page. Part II goes over the basics of using the functions qplot() and ggplot() in the package ggplot2. The default plots generated by the functions qplot() and ggplot() give more sophisticated-looking plots than the default plots done by plot() and are easier to use, but the function plot() is more flexible. Both plot() and ggplot() allow for many layers to a plot. The six appendices will cover plots for contingency tables, plots for continuous variables, plots for data with a limited number of values, functions that generate multiple plots, plots for time series analysis, and some miscellaneous plots. Some of the functions that will be in the appendices include functions that generate histograms, bar charts, pie charts, box plots, and heatmaps. You will: Use R to create informative graphics Master plot(), qplot(), and ggplot() Discover the canned graphics functions in stats and graphics Format plots generated by plot() and ggplot(). 
500 |a Includes index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a Knovel  |b ACADEMIC - Software Engineering 
650 0 |a Information visualization. 
650 0 |a Visual analytics. 
650 6 |a Visualisation de l'information. 
650 6 |a Analyse visuelle. 
650 7 |a Information visualization.  |2 fast  |0 (OCoLC)fst00973185 
650 7 |a Visual analytics.  |2 fast  |0 (OCoLC)fst01743387 
776 0 8 |i Print version:  |a Tollefson, Margot.  |t Visualizing Data in R 4.  |d Berkeley, CA : Apress L.P., ©2021  |z 9781484268308 
856 4 0 |u https://appknovel.uam.elogim.com/kn/resources/kpVDRGUP01/toc  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH38627745 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6533441 
938 |a EBSCOhost  |b EBSC  |n 2903492 
938 |a YBP Library Services  |b YANK  |n 302032639 
994 |a 92  |b IZTAP