This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:r_cheat_sheet [2026/09/14 09:10] 47.79.206.97 old revision restored (2026/06/17 09:07) |
notes:r_cheat_sheet [2026/09/16 05:33] (current) 43.167.185.137 old revision restored (2026/06/03 01:49) |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| ===== Plotting ===== | ===== Plotting ===== | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| x=seq[0, | x=seq[0, | ||
| Line 44: | Line 44: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | |||
| + | ===== Data Sets ===== | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * A data frame collects sets of related values (i.e. sets of columns with values in the same order) e.g. '' | ||
| + | * To extract a column, use double-square brackets with the column index or name e.g. '' | ||
| + | * '' | ||
| ===== Statistics ===== | ===== Statistics ===== | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * | ||
| ===== File Handling ===== | ===== File Handling ===== | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| + | * '' | ||