In ?Syntax [ is given as higher priority than $ but BOD$demand[3]
seems to be the same as (BOD$demand)[3] contrary to [ being higher
priority.

> BOD$demand[3]
[1] 19
> (BOD$demand)[3]
[1] 19

What is the rule being used here?

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to