Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
本当に単純ですが、ブール値ベクトルを折りたたむのに苦労しています。AND(c(T,T,F))ANDのトリックを行うようですが、OR(c(T,T,F))存在しません。
AND(c(T,T,F))
OR(c(T,T,F))
all()any()トリックをしているようです。
all()
any()