plotum: Plot Funktion mit einigen Voreinstellungen zur leichteren...

Description Usage Arguments Examples

View source: R/plotum legend.R

Description

Plot Funktion mit einigen Voreinstellungen zur leichteren Handhabung

Usage

1
2
3
4
5
6
7
8
plotum(
  ...,
  position = "right",
  bty = "n",
  las = 1,
  cex.axis = 0.8,
  Schrift = "Garamond"
)

Arguments

...
position
bty
las
cex.axis
Schrift

Examples

1
2
plotum(23:27,4:8,Schrift="Gill Sans")
add_legend("right", legend=c('Text hier', 'Text2 hier', '...'), lty=c(1:3), col=c('pink','indianred', 'steelblue'), horiz=FALSE, bty='n', cex=0.9)

lillion/emittr documentation built on May 10, 2020, 7:23 a.m.