Aug 6, 2024
Source Panel (Upper Left)
Console Panel (Lower Left)
Environment Panel (Upper Right)
Lower Right Panel
File > New File > R Script.Create a new script file.
x to values 1 through 100.y as the cumulative sum of x using cumsum function.Saving Scripts
File > Save or Ctrl + S.Running Code
Run Selected Lines or use Ctrl + Enter.head(y) to view the first six elements of y.z as the median of y in the Console.z variable.Plots Tab
Help Tab
?function_name in the Console.?print for help on the print function.Packages Tab
psyc) through the install button.