Cargando…

R data visualization cookbook : over 80 recipes to analyze data and create stunning visualizations with R /

R is an open source language for data analysis and graphics. It is platform-independent and allows users to load various packages as well as develop their own packages to interpret data better. This book is packed with practical recipes, designed to provide you with all the guidance needed to get to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gohil, Atmajitsinh (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn903914121
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150223t20152015enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d E7B  |d N$T  |d COO  |d OCLCO  |d OCLCF  |d DEBBG  |d GZM  |d YDXCP  |d OCLCQ  |d CCO  |d MERUC  |d LOA  |d COCUF  |d K6U  |d CNNOR  |d STF  |d LIP  |d FVL  |d AGLDB  |d VT2  |d U3W  |d D6H  |d OCLCQ  |d VTS  |d CEF  |d NLE  |d INT  |d AU@  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d UKAHL  |d HS0  |d OCLCO  |d INARC  |d OCLCQ 
016 7 |a 018007113  |2 Uk 
019 |a 918924542 
020 |a 9781783989515  |q (electronic bk.) 
020 |a 1783989513  |q (electronic bk.) 
020 |a 1783989505 
020 |a 9781783989508 
020 |z 9781783989508 
029 1 |a CHNEW  |b 000711567 
029 1 |a DEBBG  |b BV042682637 
029 1 |a DEBSZ  |b 446578339 
029 1 |a DEBSZ  |b 493158588 
029 1 |a UKMGB  |b 018007113 
035 |a (OCoLC)903914121  |z (OCoLC)918924542 
037 |a CL0500000561  |b Safari Books Online 
050 4 |a QA76.73.R3 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.13  |2 23 
049 |a UAMI 
100 1 |a Gohil, Atmajitsinh,  |e author. 
245 1 0 |a R data visualization cookbook :  |b over 80 recipes to analyze data and create stunning visualizations with R /  |c Atmajitsinh Gohil. 
246 3 |a Over eighty recipes to analyze data and create stunning visualizations with R 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
264 4 |c ©2015 
300 |a 1 online resource (iii, 219 pages) :  |b color illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community Experience Distilled 
500 |a "Quick answers to common problems." 
500 |a Includes index. 
588 0 |a Online resource; title from cover (Safari, viewed February 23, 2015). 
520 |a R is an open source language for data analysis and graphics. It is platform-independent and allows users to load various packages as well as develop their own packages to interpret data better. This book is packed with practical recipes, designed to provide you with all the guidance needed to get to grips with data visualization with R. It starts off with the basics of R plots and an introduction to heat maps and customizing them, before gradually taking you through creating interactive maps using the googleVis package, generating choropleth maps and contouring maps, bubble plots, and pie charts. You will then learn how to animate 2D and 3D plots in R. By the end of the book, you will be equipped with the key techniques to create impressive data visualizations with professional efficiency and precision. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Simple Guide to R; Installing packages and getting help in R; Data types in R; Special values in R; Matrices in R; Editing a matrix in R; Data frames in R; Editing a data frame in R; Importing data in R; Exporting data in R; Writing a function in R; Writing if else statements in R; Basic loops in R; Nested loops in R; The apply, lapply, sapply, and tapply functions; Using par to beautify a plot in R; Saving plots; Chapter 2: Basic and Interactive Plots; Introduction 
505 8 |a Introducing a scatter plotScatter plots with texts, labels, and lines; Connecting points in a scatter plot; Generating an interactive scatter plot; A simple bar plot; An interactive bar plot; A simple line plot; Line plot to tell an effective story; Generating an interactive Gantt/timeline chart in R; Merging histograms; Making an interactive bubble plot; Constructing a waterfall plot in R; Chapter 3: Heat Maps and Dendrograms; Introduction; Constructing a simple dendrogram; Creating dendrograms with colors and labels; Creating a heat map; Generating a heat map with customized colors 
505 8 |a Generating an integrated dendrogram and heat mapCreating a three-dimensional heat map and a stereo map; Constructing a tree map in R; Chapter 4: Maps; Introduction; Introducing regional maps; Introducing choropleth maps; A guide to contour maps; Constructing maps with bubbles; Integrating text with maps; Introducing shapefiles; Creating cartograms; Chapter 5: The Pie Chart and its Alternatives; Introduction; Generating a simple pie chart; Constructing pie charts with labels; Creating donut plots and interactive plots; Generating a slope chart ; Constructing a fan plot 
505 8 |a Chapter 6: Adding the Third DimensionIntroduction; Constructing a 3D scatter plot; Generating a 3D scatter plot with text; A simple 3D pie chart; A simple 3D histogram; Generating a 3D contour plot; Integrating a 3D contour and a surface plot; Animating a 3D surface plot; Chapter 7: Data in Higher Dimensions; Introduction; Constructing a sunflower plot; Creating a hexbin plot; Generating interactive calendar maps; Creating Chernoff faces in R; Constructing a coxcomb plot in R; Constructing network plots; Constructing a radial plot; Generating a very basic pyramid plot 
505 8 |a Chapter 8: Visualizing Continuous DataIntroduction; Generating a candlestick plot; Generating interactive Candlestick plots; Generating a decomposed time series; Plotting a regression line; Constructing a box and whiskers plot; Generating a violin plot; Generating a quantile-quantile plot (QQ plot); Generating a density plot; Generating a simple correlation plot; Chapter 9: Visualizing Text and XKCD-style Plots; Introduction; Generating a word cloud; Constructing a word cloud from a document; Generating a comparison cloud; Constructing a correlation plot and a phrase tree 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a R (Computer program language) 
650 0 |a Information visualization. 
650 6 |a R (Langage de programmation) 
650 6 |a Visualisation de l'information. 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Information visualization.  |2 fast  |0 (OCoLC)fst00973185 
650 7 |a R (Computer program language)  |2 fast  |0 (OCoLC)fst01086207 
776 0 8 |i Print version:  |a Gohil, Atmajitsinh.  |t R data visualization cookbook : over 80 recipes to analyze data and create stunning visualizations with R.  |d Birmingham, England : Packt Publishing, ©2015  |h iii, 219 pages  |k Community experience distilled.  |z 9781783989508 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=945693  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28180677 
938 |a ebrary  |b EBRY  |n ebr11015158 
938 |a EBSCOhost  |b EBSC  |n 945693 
938 |a Internet Archive  |b INAR  |n rdatavisualizati0000gohi 
938 |a YBP Library Services  |b YANK  |n 12271211 
994 |a 92  |b IZTAP