R graphics:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton, London, New York
CRC Press
[2019]
|
Ausgabe: | third edition |
Schriftenreihe: | The R series
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references and index |
Beschreibung: | xvii, 423 Seiten Diagramme |
ISBN: | 9781498789059 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV045505000 | ||
003 | DE-604 | ||
005 | 20200214 | ||
007 | t | ||
008 | 190311s2019 xxu|||| |||| 00||| eng d | ||
010 | |a 018040388 | ||
020 | |a 9781498789059 |9 978-1-4987-8905-9 | ||
020 | |c 9780429422768 (e-book) | ||
035 | |a (OCoLC)1085779995 | ||
035 | |a (DE-599)BVBBV045505000 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-739 |a DE-945 |a DE-11 | ||
050 | 0 | |a T385 | |
082 | 0 | |a 006.6/63 |2 23 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Murrell, Paul |e Verfasser |4 aut | |
245 | 1 | 0 | |a R graphics |c Paul Murrell |
250 | |a third edition | ||
264 | 1 | |a Boca Raton, London, New York |b CRC Press |c [2019] | |
264 | 4 | |c © 2019 | |
300 | |a xvii, 423 Seiten |b Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a The R series | |
500 | |a Includes bibliographical references and index | ||
650 | 0 | 7 | |a Visualisierung |0 (DE-588)4188417-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Statistik |0 (DE-588)4056995-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Bildliche Darstellung |0 (DE-588)4145419-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | 1 | |a Visualisierung |0 (DE-588)4188417-6 |D s |
689 | 0 | 2 | |a Bildliche Darstellung |0 (DE-588)4145419-4 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Statistik |0 (DE-588)4056995-0 |D s |
689 | 1 | 1 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-0-429-42276-8 |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030889616&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-030889616 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804179443521945600 |
---|---|
adam_text | Contents Preface xi 1 An Introduction to R Graphics 1.1 1.2 R graphics examples .................................................................. 1.1.1 Standard plots............................................................... 1.1.2 Trellis plots..................................................................... 1.1.3 The grammar of graphics ............................................. 1.1.4 Specialized plots............................................................ 1.1.5 General graphical scenes................................................ The organization of R graphics ................................................ 1.2.1 Base graphics versus grid graphics.............................. 1 3 3 4 5 5 6 19 21 1 BASE GRAPHICS 23 2 Simple Usage of Base Graphics 2.1 The base graphics model............................................................ 2.2 The plot () function .................................................................. 2.3 Plots of a single variable......................................................... 2.4 Plots of two variables............................................................... 2.5 Plots of many variables ......................................................... 2.6 Arguments to graphics functions ............................................. 2.6.1 Standard arguments to graphics functions.................. 2.7 Specialized plots ........................................................................ 25 3 Customizing Base Graphics 3.1 3.2 The base graphics model in more detail ................................. 3.1.1 Plotting
regions............................................................... 3.1.2 The base graphics state................................................ Controlling the appearance of plots.......................................... 3.2.1 Colors.............................................................................. 3.2.2 Lines................................................................................. 3.2.3 Text................................................................................. 3.2.4 Data symbols.................................................................. 3.2.5 Axes................................................................................. 3.2.6 Plotting regions............................................................... 26 26 31 35 36 40 42 43 49 50 50 53 60 61 62 63 67 68 72
3.3 3.4 3.5 3.6 II 3.2.7 Clipping.......................................................................... 74 3.2.8 Moving to a new plot ................................................... 75 Arranging multiple plots............................................................ 75 3.3.1 Using the base graphics state....................................... 75 3.3.2 Layouts........................................................................... 76 3.3.3 The split-screen approach............................................. 79 Annotating plots ........................................................................ 81 3.4.1 Annotating the plot region .......................................... 81 3.4.2 Annotating the margins................................................ 90 3.4.3 Legends.......................................................................... 92 3.4.4 Axes................................................................................. 93 3.4.5 Coordinate systems......................................................... 97 3.4.6 Special cases .................................................................... 104 Creating new plots ....................................................................... 109 3.5.1 A simple plot from scratch............................................... 110 3.5.2 A more complex plot from scratch................................ 112 3.5.3 Writing base graphics functions...................................... 114 Interactive graphics....................................................................... 117 GRID GRAPHICS 121 4
Trellis Graphics: The lattice Package 123 4.1 The lattice graphics model ........................................................ 124 4.1.1 Why another graphics system?...................................... 127 4.2 lattice plot types.......................................................................... 127 4.3 The formula argument and multipanel conditioning .............. 130 4.4 The group argument and legends............................................... 132 4.5 The layout argument and arranging plots................................ 134 4.6 The scales argument and labeling axes ................................... 137 4.7 The panel argument and annotating plots................................ 137 4.7.1 Adding output to a lattice plot...................................... 143 4.8 par.settings and graphical parameters................................... 143 5 The Grammar of Graphics: The ggplot2 Package 149 5.1 Quick plots ................................................................................... 150 5.2 The ggplot2 graphics model ..................................................... 152 5.2.1 Why another graphics system?...................................... 153 5.3 Data...............................................................................................153 5.4 Geoms and aesthetics ................................................................. 154 5.5 Scales ............................................................................................156 5.6 Statistical transformations........................................................... 160
5.7 The group aesthetic .................................................................... 164 5.8 Position adjustments.................................................................... 165 5.9 Coordinate transformations ........................................................ 166
5.10 5.11 5.12 5.13 Facets ............................................................................................ 169 Themes ......................................................................................... 169 Annotating ................................................................................... 172 Extending ggplot2....................................................................... 175 6 The grid Graphics Model 177 6.1 A brief overview of grid graphics ............................................... 178 6.1.1 A simple example.............................................................. 179 6.2 Graphical primitives .................................................................... 182 6.2.1 Graphical utilities ........................................................... 188 6.2.2 Standard arguments........................................................ 189 6.2.3 Clipping............................................................................. 189 6.3 Coordinate systems....................................................................... 190 6.3.1 Conversion functions........................................................ 193 6.3.2 Complex units ................................................................. 194 6.4 Controlling the appearance of output......................................... 196 6.4.1 Specifying graphical parameter settings ....................... 199 6.4.2 Vectorized graphical parameter settings....................... 200 6.5 Viewports
...................................................................................... 203 6.5.1 Pushing, popping, and navigating between viewports . 204 6.5.2 Clipping to viewports ..................................................... 209 6.5.3 Viewport lists, stacks, and trees...................................... 210 6.5.4 Viewports as arguments to graphical primitives .... 213 6.5.5 Graphical parameter settings in viewports.................... 215 6.5.6 Layouts............................................................................. 217 6.6 Missing values and non-finite values ......................................... 221 6.7 Interactive graphics....................................................................... 222 6.8 Customizing lattice plots ........................................................... 222 6.8.1 Adding grid output to lattice output.......................... 224 6.8.2 Adding lattice output to grid output.......................... 224 6.9 Customizing ggplot2 output ..................................................... 226 6.9.1 Adding grid output to ggplot2 output....................... 227 6.9.2 Adding ggplot2 outputto grid output.........................227 7 The 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 grid Graphics Object Model 231 Working with graphical output ................................................... 232 Listing graphical objects.............................................................. 234 Selecting graphical objects........................................................... 237 Grob lists, trees, and paths
........................................................ 239 7.4.1 Graphical parameter settings in gTrees............................241 Searching for grobs.......................... 242 Editing graphical context ........................................................... 243 Forcing graphical objects.............................................................. 244 Working with graphical objectsoff-screen ..................................245 Reordering graphical objects........................................................ 247
7.10 Capturing output..........................................................................247 7.11 Querying grobs .............................................................................249 7.11.1 Calculating the sizes of grobs......................................... 249 7.11.2 Calculating the positions of grobs................................... 252 7.12 Placing and packing grobs in frames ......................................... 256 7.12.1 Placing and packing off-screen......................................... 258 7.13 Display lists...................................................................................258 7.14 Working with lattice grobs ........................................................259 7.15 Working with ggplot2 grobs .....................................................262 8 Developing New Graphical Functions and Objects 267 8.1 An example ...................................................................................268 8.2 Graphical functions.......................................................................269 8.2.1 Modularity.......................................................................270 8.2.2 Embeddable output ........................................................270 8.2.3 Editable output.................................................................271 8.2.4 Annotatable output ........................................................ 272 8.3 Graphical objects..........................................................................274 8.3.1 Defining a static grob
..................................................... 275 8.3.2 Editable grobs .................................................................277 8.3.3 Defining a static grob with drawing context................. 278 8.3.4 Defining a dynamic grob.................................................. 282 8.3.5 Forcing grobs....................................................................285 8.3.6 Reverting grobs.................................................................286 8.3.7 Defining a dynamic grob with drawing context .... 286 8.3.8 Querying graphical objects ............................................ 288 8.3.9 Summary of graphical object methods.......................... 290 8.3.10 Calculations during drawing............................................ 290 8.3.11 Avoiding argument explosion......................................... 293 8.4 Mixing graphical functions and graphical objects .................... 295 8.5 Debugging grid.............................................................................299 Ilf THE GRAPHICS ENGINE 301 9 Graphics Formats 303 9.1 Graphics devices ......................................................................... 304 9.2 Graphical output formats ........................................................... 305 9.2.1 Vector formats.................................................................307 9.2.2 Raster formats.................................................................311 9.2.3 R Studio.............................................................................312 9.3 Including R graphics in other
documents................................... 313 9.3.1 DTeX................................................................................313 9.3.2 “Productivity” software .................................................. 314 9.3.3 Web pages..........................................................................314
9.4 9.5 9.6 9.7 Device-specific features................................................. 314 Multiple pages of output.................................................................315 Display lists...................................................................................... 316 Extension packages..........................................................................317 10 Graphical Parameters 319 10.1 Colors ................................................................................................319 10.1.1 Semitransparent colors....................................................... 321 10.1.2 Converting colors.................................................................322 10.1.3 Color sets............................................................................. 322 10.1.4 Device dependency of color specifications ..................... 324 10.2 Line styles......................................................................................... 325 10.2.1 Line widths..........................................................................325 10.2.2 Line types.................. 325 10.2.3 Line ends and joins..............................................................325 10.3 Data symbols ................................................................................... 328 10.4 Fonts...................................................................................................328 10.4.1 Font family..........................................................................330 10.4.2 Font face
............................................................................. 339 10.4.3 Multi-line text ....................................................................340 10.4.4 Locales ................................................................................ 341 10.4.5 Escape sequences.................................................................341 10.4.6 Anti-aliasing .......................................................................342 10.5 Mathematical formulae....................................................................343 IV INTEGRATING GRAPHICS SYSTEMS 347 11 Importing Graphics 349 11.1 The Moon and the tides .................................................................350 11.2 Importing raster graphics ..............................................................352 11.3 Importing vector graphics ..............................................................355 11.3.1 The grimport package.................................................... 355 11.3.2 The grImport2 package ................................................. 361 12 Combining Graphics Systems 369 12.1 The gridBase package....................................................................370 12.1.1 Annotating base graphics using grid...............................370 12.1.2 Base graphics in grid viewports........................................373 12.1.3 Problems and limitations of gridBase........................... 376 12.2 The gridGraphics package...........................................................377 12.2.1 Editing base graphics using
grid.....................................378 12.2.2 Base graphics in grid viewports........................................378 12.2.3 Problems and limitations of gridGraphics.................. 381
13 Advanced Graphics 385 13.1 Exporting SVG ................................................................................385 13.2 SVG advanced features................................................................... 389 13.2.1 Gradient fills.......................................................................389 13.2.2 Pattern fills..........................................................................390 13.2.3 Filters................................................................................... 392 13.2.4 Clipping paths....................................................................395 13.2.5 Masks................................................................................... 395 13.3 SVG drawing context.......................................................................397 13.4 SVG definitions ................................................................................398 13.5 Drawing off screen ..........................................................................401 13.6 SVG fonts ......................................................................................... 402 13.7 Exporting base graphics ................................................................ 405 13.8 Exporting to other formats .......................................................... 405 13.9 Exporting imported images .......................................................... 406 Bibliography 409 Index 415
|
any_adam_object | 1 |
author | Murrell, Paul |
author_facet | Murrell, Paul |
author_role | aut |
author_sort | Murrell, Paul |
author_variant | p m pm |
building | Verbundindex |
bvnumber | BV045505000 |
callnumber-first | T - Technology |
callnumber-label | T385 |
callnumber-raw | T385 |
callnumber-search | T385 |
callnumber-sort | T 3385 |
callnumber-subject | T - General Technology |
classification_rvk | ST 250 ST 601 |
ctrlnum | (OCoLC)1085779995 (DE-599)BVBBV045505000 |
dewey-full | 006.6/63 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.6/63 |
dewey-search | 006.6/63 |
dewey-sort | 16.6 263 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | third edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02103nam a2200553 c 4500</leader><controlfield tag="001">BV045505000</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20200214 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">190311s2019 xxu|||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">018040388</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781498789059</subfield><subfield code="9">978-1-4987-8905-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="c">9780429422768 (e-book)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1085779995</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV045505000</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-945</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">T385</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.6/63</subfield><subfield code="2">23</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Murrell, Paul</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">R graphics</subfield><subfield code="c">Paul Murrell</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">third edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton, London, New York</subfield><subfield code="b">CRC Press</subfield><subfield code="c">[2019]</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">© 2019</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xvii, 423 Seiten</subfield><subfield code="b">Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">The R series</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Visualisierung</subfield><subfield code="0">(DE-588)4188417-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Bildliche Darstellung</subfield><subfield code="0">(DE-588)4145419-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Visualisierung</subfield><subfield code="0">(DE-588)4188417-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Bildliche Darstellung</subfield><subfield code="0">(DE-588)4145419-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Statistik</subfield><subfield code="0">(DE-588)4056995-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-0-429-42276-8</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030889616&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-030889616</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV045505000 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T08:19:57Z |
institution | BVB |
isbn | 9781498789059 |
language | English |
lccn | 018040388 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-030889616 |
oclc_num | 1085779995 |
open_access_boolean | |
owner | DE-739 DE-945 DE-11 |
owner_facet | DE-739 DE-945 DE-11 |
physical | xvii, 423 Seiten Diagramme |
publishDate | 2019 |
publishDateSearch | 2019 |
publishDateSort | 2019 |
publisher | CRC Press |
record_format | marc |
series2 | The R series |
spelling | Murrell, Paul Verfasser aut R graphics Paul Murrell third edition Boca Raton, London, New York CRC Press [2019] © 2019 xvii, 423 Seiten Diagramme txt rdacontent n rdamedia nc rdacarrier The R series Includes bibliographical references and index Visualisierung (DE-588)4188417-6 gnd rswk-swf Statistik (DE-588)4056995-0 gnd rswk-swf Bildliche Darstellung (DE-588)4145419-4 gnd rswk-swf R Programm (DE-588)4705956-4 gnd rswk-swf R Programm (DE-588)4705956-4 s Visualisierung (DE-588)4188417-6 s Bildliche Darstellung (DE-588)4145419-4 s DE-604 Statistik (DE-588)4056995-0 s 1\p DE-604 Erscheint auch als Online-Ausgabe 978-0-429-42276-8 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030889616&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Murrell, Paul R graphics Visualisierung (DE-588)4188417-6 gnd Statistik (DE-588)4056995-0 gnd Bildliche Darstellung (DE-588)4145419-4 gnd R Programm (DE-588)4705956-4 gnd |
subject_GND | (DE-588)4188417-6 (DE-588)4056995-0 (DE-588)4145419-4 (DE-588)4705956-4 |
title | R graphics |
title_auth | R graphics |
title_exact_search | R graphics |
title_full | R graphics Paul Murrell |
title_fullStr | R graphics Paul Murrell |
title_full_unstemmed | R graphics Paul Murrell |
title_short | R graphics |
title_sort | r graphics |
topic | Visualisierung (DE-588)4188417-6 gnd Statistik (DE-588)4056995-0 gnd Bildliche Darstellung (DE-588)4145419-4 gnd R Programm (DE-588)4705956-4 gnd |
topic_facet | Visualisierung Statistik Bildliche Darstellung R Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030889616&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT murrellpaul rgraphics |