Learn R Programming

pmartR (version 2.4.6)

vector_replace: Replace x with y for a single vector

Description

Replace x with y for a single vector

Usage

vector_replace(one_vector, x, y)

Value

numeric vector

Arguments

one_vector

numeric vector

x

value to be replaced

y

replacement value

Author

Kelly Stratton