Description Usage Arguments Author(s) References Examples
This function calculates a fictive graduation mark, wich is set together by three grades. This is used in the Wikibook-Section "Programmierbeispiele"
1 | Abschlussnote(x, y, z)
|
x |
The first grade |
y |
The second grade |
z |
The third grade |
Joerg Schlarmann
http://de.wikibooks.org/wiki/GNU_R:_Programmierbeispiele
1 2 | #Your three grades are 1.3, 1.7, 2.8
Abschlussnote(1.3, 1.7, 2.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.