R Basics-19 - Coding-Vector Operations (Hands On) - ClassiCoder - CLASSIC CODER #header (Ativar o PHP)

R Basics-19 - Coding-Vector Operations (Hands On) - ClassiCoder

Vector Operations

Perform the following tasks:

1. Create a vector X as a sequence of numbers from a to b passed as arguments)
2. Create a with vector Y as a sequence of numbers from c to d(passed as arguments).
3. Multiply X with Y and assign the result to ans.

Vector-Operations-R-Basic


Vector-Operations-R-Basic-Solution