Data Science in Process Engineering: Introduction To R
Data Science in Process Engineering: Introduction To R
Process Engineering
Introduction to R
Learning objectives
Global Environment
Write Your See your datasets here
Code Here!
• AssignmentsE.g.: x = 1, or x <- 1
• Functions E.g.: print(“Hello World”)
• Computations E.g.: 17 + 3 ; x + 5
• Mix E.g.: y = sqrt(16); y = 15 + 5
• Assignment queries will update objects in your R environment
• Queries without assignment, as well as ‘call’ of R objects will
either generate an output in the console, or in the plot tab
Variable Assignment