project: Project into a region

View source: R/fdsa.R

projectR Documentation

Project into a region

Description

Project a vector elementwise into a constrained region

Usage

project(x, xmin, xmax)

Arguments

x

Vector

xmin

Vector of lower bounds

xmax

Vector of upper bounds

Value

Vector of closest values to x which satisfy the bounds


gk documentation built on Aug. 10, 2023, 5:06 p.m.

Related to project in gk...