R data visualization cookbook : (Record no. 2784878)

MARC details
000 -LEADER
fixed length control field 06967cam a2200781Ii 4500
001 - CONTROL NUMBER
control field ocn903914121
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712005245.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr unu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 150223t20152015enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency UMI
Modifying agency E7B
-- N$T
-- COO
-- OCLCO
-- OCLCF
-- DEBBG
-- GZM
-- YDXCP
-- OCLCQ
-- CCO
-- MERUC
-- LOA
-- COCUF
-- K6U
-- CNNOR
-- STF
-- LIP
-- FVL
-- AGLDB
-- VT2
-- U3W
-- D6H
-- OCLCQ
-- VTS
-- CEF
-- NLE
-- INT
-- AU@
-- UKMGB
-- OCLCQ
-- WYU
-- G3B
-- TKN
-- OCLCQ
-- UKAHL
-- HS0
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018007113
Source Uk
019 ## -
-- 918924542
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783989515
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783989513
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783989505
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783989508
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781783989508
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000711567
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV042682637
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 446578339
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 493158588
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018007113
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)903914121
Canceled/invalid control number (OCoLC)918924542
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000561
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.73.R3
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051010
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.13
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Gohil, Atmajitsinh,
Relator term author.
9 (RLIN) 611930
245 10 - TITLE STATEMENT
Title R data visualization cookbook :
Remainder of title over 80 recipes to analyze data and create stunning visualizations with R /
Statement of responsibility, etc Atmajitsinh Gohil.
246 3# - VARYING FORM OF TITLE
Title proper/short title Over eighty recipes to analyze data and create stunning visualizations with R
264 #1 -
-- Birmingham, UK :
-- Packt Publishing,
-- 2015.
264 #4 -
-- ©2015
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (iii, 219 pages) :
Other physical details color illustrations.
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Community Experience Distilled
500 ## - GENERAL NOTE
General note "Quick answers to common problems."
500 ## - GENERAL NOTE
General note Includes index.
588 0# -
-- Online resource; title from cover (Safari, viewed February 23, 2015).
520 ## - SUMMARY, ETC.
Summary, etc 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element R (Computer program language)
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Information visualization.
9 (RLIN) 33759
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element R (Langage de programmation)
9 (RLIN) 909777
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Visualisation de l'information.
9 (RLIN) 878585
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Programming Languages
-- General.
Source of heading or term bisacsh
9 (RLIN) 854919
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Information visualization.
Source of heading or term fast
-- (OCoLC)fst00973185
9 (RLIN) 33759
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element R (Computer program language)
Source of heading or term fast
-- (OCoLC)fst01086207
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Gohil, Atmajitsinh.
Title R data visualization cookbook : over 80 recipes to analyze data and create stunning visualizations with R.
Place, publisher, and date of publication Birmingham, England : Packt Publishing, ©2015
Physical description iii, 219 pages
Series data for related item Community experience distilled.
International Standard Book Number 9781783989508
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=945693">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=945693</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH28180677
938 ## -
-- ebrary
-- EBRY
-- ebr11015158
938 ## -
-- EBSCOhost
-- EBSC
-- 945693
938 ## -
-- YBP Library Services
-- YANK
-- 12271211
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library