R in its most basic form can be used as a calculator. Write some coded math expressions using at least 3 different operators (including at least one trigonometric function)

computer science

Description

Basic Functionality of R and Variables

R in its most basic form can be used as a calculator. Write some coded math expressions using at least 3 different operators (including at least one trigonometric function). Note: R follows the standard order of operations, but this can be controlled by wrapping any expression in ().

Name and give an example of the 5 base data types in R:




Related Questions in computer science category