Text: Text Ausgabe

Description Usage Arguments Value Examples

View source: R/Text.R

Description

Ausgabe von Text() und Ueberschriften. Head ist dabei eine Kopie von Text mit dem Parameter style = 2

Anmerkung() ist ein blauer Text.

Kunde() ist ein rot-brauner Text.

CitationLib(car) gibt Pakete beschreibungen aus.

Zitat() ist eine Text vom Type <blockquote>

Arbeitszeit() Tabelle zur Dokumentation der Arbeiszeit.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Text(x, ...)

Head(..., style = 3, char = "-")

Anmerkung(...)

Kunde(x = "", msg = NULL, name = NULL)

CitationLib(lib)

Zitat(...)

Arbeitszeit(Lines, sep = "\\t", ...)

Anhang(
  include.literatur = TRUE,
  include.software = TRUE,
  include.mean = FALSE,
  include.test = FALSE,
  include.regression = FALSE,
  include.lm = FALSE,
  include.binom = FALSE,
  include.lme = FALSE,
  include.poisso = FALSE,
  include.rangreihe = FALSE,
  include.structure = FALSE,
  include.notation = FALSE,
  ...
)

Arguments

...

one or more R objects, to be converted to character vectors.

style

0 = p oder normaler Text 2 = h2 also Ueberschrift bei Consolen-Ausgabe

char

ist nicht zu Verwenden Text Trennzeichen bei Consolen-Ausgabe

lib

Paketname

Lines

in Arbeitszeit der Input-String

sep

in Arbeitszeit das Input-String-Trennzeichen

include.literatur

Literatur

include.software

Verwendete Software

include.mean

Mittelwerte Prozent

include.test

Signifikanz Test

include.regression

Regression Allgenein

include.lm, include.binom, include.lme, include.poisso

Regression linear, binomial, Hirarchisch, Poisson

include.rangreihe

Rangreihe

include.structure

Uberschriften Aufbau

include.notation

Abkuerzungen

output

Abrage nach dem Ausgabeformat which_output()

Value

Vector

Examples

1
2
3
4
5
6
7
8
#library(stp25)
#Projekt("html")
Head("Ueberschrift") ## HR=2

Text("hallo", "ich bin ein Test")
###plot(sin, -pi, 2*pi,main="Sinus")
###HTMLplot( Caption="Look at this curve!")
#End()

stp4/stp25output documentation built on Sept. 19, 2021, 11:56 a.m.