@harry wrote:
I am currently creating one logical vector but while creating it I have one question that comes to my mind is that how R performs this comparison.
` c(4,5,6) > 4`
The left side it has one vector and on the right side, it has a single value.I want to know how R performs the comparison of the vector to a single value.
Posts: 2
Participants: 2