powered by
Given two vectors and one or multiple coefficients in \([0,1]\), convex combinations of vectors are computed.
convex_comb(w, x, y, simplify = TRUE)
numeric in \([0,1]\) (multiple values are allowed).
numeric
numeric vectors of equal length.
if TRUE a matrix is returned; if FALSE the output will be a list.
TRUE
FALSE
list
# NOT RUN { plot3logit:::convex_comb(c(0, 0.3, 0.5, 1), c(1, 0, 0), c(0, 1, 0)) plot3logit:::convex_comb(c(0, 0.3, 0.5, 1), c(1, 0, 0), c(0, 1, 0), FALSE) # }
Run the code above in your browser using DataLab