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/06/13 01:55] 110.39.161.109 old revision restored (2026/06/04 18:32) |
notes:r_cheat_sheet [2026/06/13 19:09] (current) 188.235.16.74 old revision restored (2026/06/05 07:31) |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * '' | * '' | ||
| * Use a vector as an index to access multiple elements e.g. '' | * Use a vector as an index to access multiple elements e.g. '' | ||
| - | * The '' | + | * The '' |
| names(myseq)=c(' | names(myseq)=c(' | ||
| myseq[' | myseq[' | ||
| Line 28: | Line 28: | ||
| ===== Plotting ===== | ===== Plotting ===== | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| x=seq[0, | x=seq[0, | ||
| Line 43: | Line 43: | ||
| * dim(myseq) can be used to change dimensions of a matrix | * dim(myseq) can be used to change dimensions of a matrix | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| + | ===== Statistics ===== | ||
| + | |||
| + | * '' | ||
| ===== File Handling ===== | ===== File Handling ===== | ||
| * '' | * '' | ||
| * '' | * '' | ||