R/Abschlussnote.R

`Abschlussnote` <-
structure(function(x,y,z){     
   x.note <- (x/100)*30
   y.note <- (y/100)*30
   z.note <- (z/100)*40
   abschluss <- x.note + y.note + z.note
   cat (c("Abschlussnote: "), abschluss)
 }
, comment = "Funktion zur Errechnung einer gedachten Abschlussnote")

Try the wikibooks package in your browser

Any scripts or data that you put into this service are public.

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