Grafik mit R < Mathe-Software < Mathe < Vorhilfe
|
Status: |
(Frage) beantwortet | Datum: | 15:37 So 15.04.2012 | Autor: | vivo |
Hallo,
weiß jemand, wie es möglich ist mit R bei der Achsenbeschriftung einen Index zu realisieren,
also ich hätte gerne [mm]X_t[/mm] aber es erscheint nur [mm] X\_t
[/mm]
vielen Dank
|
|
|
|
Status: |
(Antwort) fertig | Datum: | 16:01 So 15.04.2012 | Autor: | luis52 |
Moin vivo,
1: | plot(1:10,xlab=expression(X[t]),ylab=expression(Y[t]))
|
vg Luis
|
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 18:04 So 15.04.2012 | Autor: | vivo |
DAAAAAAAAAAAAANKE .-)
|
|
|
|
|
Status: |
(Frage) beantwortet | Datum: | 18:06 So 15.04.2012 | Autor: | vivo |
und hochstellen ?
|
|
|
|
|
Status: |
(Antwort) fertig | Datum: | 18:10 So 15.04.2012 | Autor: | luis52 |
> und hochstellen ?
plot(1:10,xlab=expression(X^t),ylab=expression(Y^t))
vg Luis
|
|
|
|