| Frederik_ATV | R Documentation |
Adds two vectors together
Frederik_ATV(first_vector, second_vector)
first_vector |
numeric vector of size n |
second_vector |
numeric vector of size n |
the vector resulting from adding the two input vectors together. Numeric with size n
first_vector= c(1.5,2.5,3.5) second_vector = c(4.5, 5.5, 6.5) Frederik_ATV(first_vector, second_vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.