Описание тега mapply
R function that applies a function to multiple lists or vector arguments.
R function mapply is a multivariate version of sapply. mapply applies FUN argument to the first elements of each argument, the second elements, the third elements, and so on. Arguments are recycled if necessary.