Mapply: Apply a function for 2 independent variables and 1 dependent...

View source: R/Mapply.R

MapplyR Documentation

Apply a function for 2 independent variables and 1 dependent variable

Description

Repeat for 2 vectors perpendicular placed

Usage

Mapply(x=seq(from=-5, to=5, by=.1),y=-20:15,f = 'x^2+y*32-x*y')

Examples

Mapply(x=seq(from=-5, to=5, by=.1),y=-20:15,f = 'x^2+y*32-x*y')
Mapply(x=seq(from=-5, to=5, by=.1),y=-20:15,f = function(x,y) x^2+y*32-x*y)

HaoLi111/MFVN documentation built on Jan. 5, 2023, 4:37 a.m.