• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Visualizing Data in R 4: Graphics Using the Base, Graphics, Stats, and Ggplot2 Packages » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946912]
• Literatura piękna
 [1852311]

  więcej...
• Turystyka
 [71421]
• Informatyka
 [150889]
• Komiksy
 [35717]
• Encyklopedie
 [23177]
• Dziecięca
 [617324]
• Hobby
 [138808]
• AudioBooki
 [1671]
• Literatura faktu
 [228371]
• Muzyka CD
 [400]
• Słowniki
 [2841]
• Inne
 [445428]
• Kalendarze
 [1545]
• Podręczniki
 [166819]
• Poradniki
 [480180]
• Religia
 [510412]
• Czasopisma
 [525]
• Sport
 [61271]
• Sztuka
 [242929]
• CD, DVD, Video
 [3371]
• Technologie
 [219258]
• Zdrowie
 [100961]
• Książkowe Klimaty
 [124]
• Zabawki
 [2341]
• Puzzle, gry
 [3766]
• Literatura w języku ukraińskim
 [255]
• Art. papiernicze i szkolne
 [7810]
Kategorie szczegółowe BISAC

Visualizing Data in R 4: Graphics Using the Base, Graphics, Stats, and Ggplot2 Packages

ISBN-13: 9781484268308 / Angielski / Miękka / 2021 / 401 str.

Margot Tollefson
Visualizing Data in R 4: Graphics Using the Base, Graphics, Stats, and Ggplot2 Packages Margot Tollefson 9781484268308 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Visualizing Data in R 4: Graphics Using the Base, Graphics, Stats, and Ggplot2 Packages

ISBN-13: 9781484268308 / Angielski / Miękka / 2021 / 401 str.

Margot Tollefson
cena 261,63
(netto: 249,17 VAT:  5%)

Najniższa cena z 30 dni: 250,57
Termin realizacji zamówienia:
ok. 22 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!
Kategorie:
Informatyka
Kategorie BISAC:
Computers > Artificial Intelligence - Computer Vision & Pattern Recognition
Computers > Information Theory
Computers > Languages - General
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484268308
Rok wydania:
2021
Ilość stron:
401
Waga:
0.72 kg
Wymiary:
25.4 x 17.78 x 2.18
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

1) Introduction: plot(), qplot(), and ggplot(), Plus Some
a) plot() – arguments, ancillary functions, and methods; par() and layout()
b) qplot() and ggplot() – aesthetics, geometries, and other useful functions
c) other plotting functions in graphics and stats

Part I.  An Overview of plot()

2) The plot() Function
a) what the function is and how the function works
b) will use method .xy for example

3) The Arguments to plot()
a) Type of plot, axis labels, plot titles, display format
b) Plotting characters, character size, fonts, colors, line styles and widths

4) Ancillary Functions to use with plot()
a) axis(), box(), clip(), grid(), legend(), mtext(), rug()
b) abline(), contour(), curve(), lines(), polypath()
c) arrows(), image(), points(), polygon(), rect(), segments(), symbols(), text()
d) axTicks(), identify(), locator(), pch(), strwidth(),

5) The Methods for plot()
a) What are methods?
b) Methods in the graphics package
c) Methods in the stats package

6) How to Use the Functions par() and layout()
a) What par() does
b) Arguments specific to par()
c) Multiple plots

Part II. A look at the ggplot2 Package

7) The Functions qplot(), ggplot(), and the Specialized Notation in ggplot2
a) Working with qplot()
b) The ggplot() function
c) Specialized notation

8) Themes
a) The theme() function
b) The element_*() functions

9) Aesthetics and Geometries
a) The aes() function
b) The geom_*() functions

10) Controlling the Appearance
a) The annotate_*() functions
b) The coord_*() functions
c) The facet_*() functions
d) The guide_*() functions
e) The position_*() functions
f) The scale_*() functions
g) The stat_*() functions

Appendix I.  Plots for Contingency Tables
Appendix II. Plots for Continuous Variables
Appendix III. Plots for Data with a Limited Number of Values
Appendix IV. Functions that Generate Multiple Plots
Appendix V. Plots for Time Series
Appendix VI. Miscellaneous Plots


Margot Tollefson, PhD is a semi-retired freelance statistician, with her own consulting business, Vanward Statistics. She received her PhD in statistics from Iowa State University and has many years of experience applying R to statistical research problems. Dr. Tollefson has chosen to write this book because she often creates graphics using R and would like to share her knowledge and experience. Her professional blog is on WordPress at vanwardstat.  Social media: @vanstat 


Master the syntax for working with R’s 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()

Tollefson, Margot Margot Tollefson is a self-employed consulting sta... więcej >


Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia