Abschlussnote: Calculation of a fictive graduation mark

AbschlussnoteR 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)

wikibooks documentation built on May 10, 2022, 5:11 p.m.