|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBOOKCENTRAL_ocn896729170 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
141121s2014 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d N$T
|d DEBBG
|d DEBSZ
|d EBLCP
|d E7B
|d S4S
|d COO
|d OCLCQ
|d OCLCF
|d OCLCQ
|d AGLDB
|d COCUF
|d ICA
|d K6U
|d CNNOR
|d CCO
|d PIFAG
|d FVL
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d D6H
|d STF
|d OCLCQ
|d VTS
|d CEF
|d ICG
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d G3B
|d TKN
|d OCLCQ
|d DKC
|d OCLCQ
|d OCLCA
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
016 |
7 |
|
|a 018007099
|2 Uk
|
019 |
|
|
|a 894790402
|
020 |
|
|
|a 9781783988792
|q (electronic bk.)
|
020 |
|
|
|a 1783988797
|q (electronic bk.)
|
020 |
|
|
|a 1783988789
|
020 |
|
|
|a 9781783988785
|
020 |
|
|
|z 9781783988785
|
029 |
1 |
|
|a AU@
|b 000062348342
|
029 |
1 |
|
|a CHNEW
|b 000700223
|
029 |
1 |
|
|a CHNEW
|b 000700225
|
029 |
1 |
|
|a CHNEW
|b 000889227
|
029 |
1 |
|
|a CHVBK
|b 374479461
|
029 |
1 |
|
|a DEBBG
|b BV042490222
|
029 |
1 |
|
|a DEBBG
|b BV043613284
|
029 |
1 |
|
|a DEBSZ
|b 434834025
|
029 |
1 |
|
|a DEBSZ
|b 484732544
|
029 |
1 |
|
|a UKMGB
|b 018007099
|
035 |
|
|
|a (OCoLC)896729170
|z (OCoLC)894790402
|
037 |
|
|
|a 9781783988792
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA276.45.R3
|b A34 2014
|
072 |
|
7 |
|a MAT
|x 003000
|2 bisacsh
|
072 |
|
7 |
|a MAT
|x 029000
|2 bisacsh
|
082 |
0 |
4 |
|a 519.502855133
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Abedin, Jaynal.
|
245 |
1 |
0 |
|a R Graphs cookbook :
|b over 70 recipes for building and customizing publication-quality visualizations of powerful and stunning R graphs /
|c Jaynal Abedin, Hrishi V. Mittal.
|
246 |
3 |
0 |
|a Over 70 recipes for building and customizing publication-quality visualizations of powerful and stunning R graphs
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Birmingham, U.K. :
|b Packt Pub.,
|c 2014.
|
300 |
|
|
|a 1 online resource (v, 353 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
0 |
|
|a Quick answers to common problems
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed November 18, 2014).
|
500 |
|
|
|a "Quick answers to common problems."
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: R Graphics; Base graphics using the default package; Trellis graphs using lattice; Graphs inspired by Grammar of Graphics; Chapter 2: Basic Graph Functions; Introduction; Creating scatter plots; Creating line graphs; Creating bar charts; Creating histograms and density plots; Creating box plots; Adjusting x and y axes' limits; Creating heat maps; Creating pairs plots; Creating multiple plot matrix layouts; Adding and formatting legends; Creating graphs with maps.
|
505 |
8 |
|
|a Saving and exporting graphsChapter 3: Beyond the Basics -- Adjusting Key Parameters; Introduction; Setting colors of points, lines, and bars; Setting plot background colors; Setting colors for text elements -- axis annotations, labels, plot titles, and legends; Choosing color combinations and palettes; Setting fonts for annotations and titles; Choosing plotting point symbol styles and sizes; Choosing line styles and width; Choosing box styles; Adjusting axis annotations and tick marks; Formatting log axes; Setting graph margins and dimensions; Chapter 4: Creating Scatter Plots; Introduction.
|
505 |
8 |
|
|a Grouping data points within a scatter plotHighlighting grouped data points by size and symbol type; Labeling data points; Correlation matrix using pairs plots; Adding error bars; Using jitter to distinguish closely packed data points; Adding linear model lines; Adding nonlinear model curves; Adding nonparametric model curves with lowess; Creating three-dimensional scatter plots; Creating Quantile-Quantile plots; Displaying the data density on axes; Creating scatter plots with a smoothed density representation; Chapter 5: Creating Line Graphs and Time Series Charts; Introduction.
|
505 |
8 |
|
|a Adding customized legends for multiple-line graphsUsing margin labels instead of legends for multiple-line graphs; Adding horizontal and vertical grid lines; Adding marker lines at specific x and y values using abline; Creating sparklines; Plotting functions of a variable in a dataset; Formatting time series data for plotting; Plotting the date or time variable on the x axis; Annotating axis labels in different human-readable time formats; Adding vertical markers to indicate specific time events; Plotting data with varying time-averaging periods; Creating stock charts.
|
505 |
8 |
|
|a Chapter 6: Creating Bar, Dot, and Pie ChartsIntroduction; Creating bar charts with more than one factor variable; Creating stacked bar charts; Adjusting the orientation of bars -- horizontal and vertical; Adjusting bar widths, spacing, colors, and borders; Displaying values on top of or next to the bars; Placing labels inside bars; Creating bar charts with vertical error bars; Modifying dot charts by grouping variables; Making better, readable pie charts with clockwise-ordered slices; Labeling a pie chart with percentage values for each slice; Adding a legend to a pie chart.
|
520 |
|
|
|a Targeted at those with an existing familiarity with R programming, this practical guide will appeal directly to programmers interested in learning effective data visualization techniques with R and a wide-range of its associated libraries.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a R (Computer program language)
|
650 |
|
0 |
|a Information visualization.
|
650 |
|
0 |
|a Computer graphics.
|
650 |
|
2 |
|a Computer Graphics
|
650 |
|
6 |
|a R (Langage de programmation)
|
650 |
|
6 |
|a Visualisation de l'information.
|
650 |
|
6 |
|a Infographie.
|
650 |
|
7 |
|a computer graphics.
|2 aat
|
650 |
|
7 |
|a MATHEMATICS
|x Applied.
|2 bisacsh
|
650 |
|
7 |
|a MATHEMATICS
|x Probability & Statistics
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Computer graphics
|2 fast
|
650 |
|
7 |
|a Information visualization
|2 fast
|
650 |
|
7 |
|a R (Computer program language)
|2 fast
|
700 |
1 |
|
|a Mittal, Hrishi V.
|
758 |
|
|
|i has work:
|a R Graphs cookbook (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCXJkcdHpJ8R4k7bb4RwRDq
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Abedin, Jaynal.
|t R Graphs Cookbook.
|d Birmingham : Packt Publishing, ©2014
|z 9781783988785
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1826989
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH27191410
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1826989
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10962286
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 880857
|
994 |
|
|
|a 92
|b IZTAP
|