Replace Values in a List
Usage
# S3 method for class 'numeric'
modify_vector_X(V, ixV, X, ixX)
Examples
modify_vector_X(6, c(1,7), 1:10)
#> Warning: number of items to replace is not a multiple of replacement length
#> [1] 1 NA NA NA NA NA 2
Replace Values in a List
# S3 method for class 'numeric'
modify_vector_X(V, ixV, X, ixX)
modify_vector_X(6, c(1,7), 1:10)
#> Warning: number of items to replace is not a multiple of replacement length
#> [1] 1 NA NA NA NA NA 2