Abschlussnote {wikibooks} | R Documentation |
Calculation of a fictive graduation mark
Description
This function calculates a fictive graduation mark, which is set together by three grades. This is used in the Wikibook-Section "Programmierbeispiele"
Usage
Abschlussnote(x, y, z)
Arguments
x |
The first grade |
y |
The second grade |
z |
The third grade |
Author(s)
Joerg Schlarmann
References
https://de.wikibooks.org/wiki/GNU_R:_Programmierbeispiele
Examples
#Your three grades are 1.3, 1.7, 2.8
Abschlussnote(1.3, 1.7, 2.8)
[Package wikibooks version 0.2.1 Index]