能够支付 发表于 2025-3-25 06:05:55

http://reply.papertrans.cn/64/6318/631732/631732_21.png

CRUDE 发表于 2025-3-25 08:59:49

Book 2017he R language, so you will write programs to manipulate other programs. .Metaprogramming in R. shows you how to treat code as data that you can generate, analyze, or modify. .R is a very high-level language where all operations are functions and all functions are data that can be manipulated. This b

改进 发表于 2025-3-25 13:40:46

http://reply.papertrans.cn/64/6318/631732/631732_23.png

药物 发表于 2025-3-25 16:15:53

Inside a Function Call,ere). In the previous chapter, you saw how you could get hold of the formal parameters of a function, the body of the function, and the environment in which the function was defined. In this chapter, you will examine how you can access these, and more, from inside a function while the function is being evaluated.

single 发表于 2025-3-25 22:25:18

http://reply.papertrans.cn/64/6318/631732/631732_25.png

folliculitis 发表于 2025-3-26 03:14:02

Expressions and Environments, chained together helps you understand how the language finds variables, and being able to create, manipulate, and chain together environments when evaluating expressions is a key trick for metaprogramming.

epicardium 发表于 2025-3-26 07:47:10

http://reply.papertrans.cn/64/6318/631732/631732_27.png

hypnogram 发表于 2025-3-26 11:01:30

Working with Substitutions,d a pairlist. Function calls include operators such as the arithmetic or logical operators because these are function calls as well in R, and control structures can be considered just a special kind of function calls—they only really differ from function calls in the syntax you use to invoke them.

光亮 发表于 2025-3-26 16:36:23

http://reply.papertrans.cn/64/6318/631732/631732_29.png

史前 发表于 2025-3-26 20:40:15

http://reply.papertrans.cn/64/6318/631732/631732_30.png
页: 1 2 [3] 4
查看完整版本: Titlebook: Metaprogramming in R; Advanced Statistical Thomas Mailund Book 2017 Thomas Mailund 2017 metaprogramming.R.programming.meta.code.statistics.