Functional Data Structures in R
Thomas Mailund
Broschiertes Buch

Functional Data Structures in R

Advanced Statistical Programming in R

Versandfertig in 6-10 Tagen
21,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
11 °P sammeln!
Get an introduction to functional data structures using R and write more effective code and gain performance for your programs. This book teaches you workarounds because data in functional languages is not mutable: for example you'll learn how to change variable-value bindings by modifying environments, which can be exploited to emulate pointers and implement traditional data structures. You'll also see how, by abandoning traditional data structures, you can manipulate structures by building new versions rather than modifying them. You'll discover how these so-called functional data structures...