vector_replace {pmartR}R Documentation

Replace x with y for a single vector

Description

Replace x with y for a single vector

Usage

vector_replace(one_vector, x, y)

Arguments

one_vector

numeric vector

x

value to be replaced

y

replacement value

Value

numeric vector

Author(s)

Kelly Stratton


[Package pmartR version 2.4.4 Index]