Homework 1- My first post

Trying out a post!

Introduction

Hello, my name is Kirsten Johnson. I am going to try out some basic math in R.

First, I’ll create two variables, v1 and v2.

v1= 119
v2= 64

Next, I’ll try out some math using these variables.

Addition

v1+v2
[1] 183

Subtration

v1-v2
[1] 55

Multiplication

v1*v2
[1] 7616

Division

v1/v2
[1] 1.859375

I’m very excited to try out more functions in R!

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".