文件名称:Functional Data Structures in R -_Advanced_Statistical_Programming_in_R
文件大小:4MB
文件格式:PDF
更新时间:2021-07-01 04:44:42
统计编程 R语言
This book gives an introduction to functional data structures. Many traditional data structures rely on the structures being mutable. We can update search trees, change links in linked lists, and rearrange values in a vector. In functional languages, and as a general rule in the R programming language, data is not mutable. You cannot alter existing data. The techniques used to modify data structures to give us efficient building blocks for algorithmic programming cannot be used.