B.2 Special operator

B.2.1 Inner function

A = matrix(1:9, nrow = 3)
Tr(A)
## Error in Tr(A): could not find function "Tr"
identical(stats:::Tr(A), sum(diag(A))) 
## [1] TRUE

B.2.2 Super assignment <<-