Learn R Programming

wikibooks (version 0.2.1)

Abschlussnote: 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

References

https://de.wikibooks.org/wiki/GNU_R:_Programmierbeispiele

Examples

Run this code
# NOT RUN {
 #Your three grades are 1.3, 1.7, 2.8
 Abschlussnote(1.3, 1.7, 2.8)
# }

Run the code above in your browser using DataLab