Skip to content

Commit fff25ac

Browse files
committed
added R Studio and Matlab IDE images
1 parent 18fff87 commit fff25ac

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The interface provides windows to various views of your code and data,
375375
such as current variables, text editor for code, and a built-in debugger
376376
with code inspection.
377377

378-
(Insert Matlab image?)
378+
![Matlab IDE](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/raw/master/img/matlab-example.jpg "Matlab IDE")
379379

380380
### Installing packages
381381
Matlab will look in a set of default folders for functions/packages so if you want to install new packages, you will need to tell Matlab where to look. This default path can be found by clicking on the 'Set Path' button in the Home tab (see Environment) and you can manually add folders to the path here. Alternatively, you can navigate to a particular folder in the user the path bar towards the top of the working environment. The 'Current Folder' window shows you the contents of the selected folder. The contents of this folder can be called in Matlab, although functions within folders typically cannot (these are likely to be shown with greyed-out file names). To ensure that all functions within a folder are available for Matlab to run, you should run the following command:
@@ -616,12 +616,15 @@ When installing Matlab, a lot of the toolboxes that are available are unlikely t
616616
R can be run from the command line, however we are going to use RStudio, a free-to-use program that provides a user-friendly environment. RStudio interface is based on similar scheme of others scripting languages, such as Spyder for Python or Matlab.
617617

618618
The latest version of R can be downloaded from the [CRAN website](https://cran.r-project.org), whereas R Studio can be found on the [RStudio website](https://www.rstudio.com).
619+
619620
R must be installed before RStudio.
620621

621622
### Intro to R Studio
622623

623624
RStudio default layout consists of three panels. At left there is a panel showing the code executed plus eventually the textual output. At right, the top panel show the current variables/functions loaded in the environment (top) and the bottom panel allows the access to the file system. When a script is opened the left panel is split in two.
624625

626+
![R Studio](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/raw/master/img/rstudio-windows.png "R Studio")
627+
625628
### Installing packages
626629

627630
R software packages are distributed through three main channels: CRAN, Bioconductor and Github.
@@ -772,6 +775,7 @@ The IPython QT Console is an QT GUI version of the basic console. It supports em
772775
Spyder is an interactive python environment similar to R Studio and Matlab.
773776

774777
- [Spyder IDE](https://www.spyder-ide.org/)
778+
775779
![Example Spyder IDE](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/raw/master/img/Spyder-windows-screenshot.png "Spyder IDE")
776780

777781
### Jupyter/IPython Notebook
@@ -786,7 +790,8 @@ Notebooks can be saved as json and exported and imported by other users.
786790

787791
- [Jupyter Notebooks](https://jupyter.org/)
788792
- [Community supported kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels)
789-
![Example Jupyter Notebook](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/raw/master/src/img/example-notebook.png "Jupyter Notebook")
793+
794+
![Example Jupyter Notebook](https://github.com/csmsoftware/Programming-for-data-analysis-tutorial-Matlab-R-Python/raw/master/img/example-notebook.png "Jupyter Notebook")
790795

791796

792797
### Useful Packages

img/matlab-example.jpg

29.3 KB
Loading

img/rstudio-windows.png

167 KB
Loading

0 commit comments

Comments
 (0)