Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

R difference | and ||

# Operators & and | perform element-wise operation producing 
# result having length of the longer operand.
# But && and || examines only the first element of the operands 
resulting into a single length logical vector.
 
PREVIOUS NEXT
Tagged: #R #difference
ADD COMMENT
Topic
Name
4+6 =