Displaying 1 result from an estimated 1 matches for "stand_aktuel".
Did you mean:
stand_aktuell
2008 Mar 01
1
jpeg and margin text
...ter, die durch plot automatisch verwendet
werden
# mar = Anzahl der Textzeilen von den inneren Achsen des Schaubild zum Rand
# Zeilenvektor: c(bottom, left, top, right)
par(mar=c(3,4,4,25),family="serif")
Fontparameter<-1
today<-Sys.Date()
Vormonat<-Sys.Date()-20
Stand_aktuell<-format(today, "%B %Y")
Stand_Vormonat<-format(Vormonat, "%B %Y")
jpeg(paste("C:\\TOP-20.jpeg",sep=""),quality=100,width=1024, height=768)
plot(datenbankdaten[,2],ylim=c(0,max(datenbankdaten[,2],datenbankdaten[,3]))
,
xlab="", ylab=&q...