Skip to content
Prev 165475 / 398506 Next

filling values in a vector using smaller vector

Milton Huang wrote:
large[which(large)] = small
# large[which(large)] = paste("*", small, "*", sep="") to see it's as
you specify
?which

vQ