search for: grafikparameter

Displaying 5 results from an estimated 5 matches for "grafikparameter".

2008 Mar 21
1
hist function+label second y-axis
Dear Forum, hist(x$LAN_3,col="green",xaxt='n',yaxt='n',xlab="",ylab="",main="",type="l") I?d like to craete a line not a bar in the hist function, but regrettably I get only warning messages: 1: Grafikparameter "type" ist veraltet in: title(main, sub, xlab, ylab, line, outer, ...) 2: Grafikparameter "type" ist veraltet in: axis(side, at, labels, tick, line, pos, outer, font, lty, lwd, 3: Grafikparameter "type" ist veraltet in: axis(side, at, labels, tick, line, pos, outer,...
2007 Aug 23
1
figure-definition and heatmap question
...;,"O","P") > par(fin=c(8.0,8.0)) > cp <- colorRampPalette(c("white","springgreen","darkgreen"),space="Lab") > heatmap(x, Rowv = NA, Colv = NA, scale="none", col=cp(200)) Fehler in par(op) : ung?ltiger Wert f?r den Grafikparameter "fig" spezifiziert > par(fin=c(8.0,8.0)) > cp <- colorRampPalette(c("white","springgreen","darkgreen"),space="Lab") > heatmap(x, Rowv = NA, Colv = NA, scale="none", col=cp(200)) Fehler in par(op) : ung?ltiger Wert f?r den G...
2011 Dec 02
1
Willkommen bei der "R-help" Mailingliste
...quot;) plot(finpines, which.marks="height", main="heights") plot(finpines, which.marks="diameter", main="diameters") I get the warning Warnmeldung: In symbols(c(-1.993875, -1.019901, -4.914071, -4.469962, -4.303847, : "which.marks" ist kein Grafikparameter Something like "which.marks" is not a graphic parameter; and the plots for height and diameter show now differences. Furthermore, I want to create a ppp with several marks, but I did not figure out how this works. Trying X <- as.ppp(mydata, owin(c(174, 178), c(29, 33))) just gives...
2008 Mar 01
1
jpeg and margin text
...98,0.97,0.96,.96,0.8,0.8,0.7 ,0.6), c(8,4.8,3.8,0,2.6,2.1,2,1.9,1.6,1.1,0.99,0.98,0.97,0.97,0.96,.95,0.8,0.8,0,0 .6)) Zugehoerigkeit<-LETTERS[1:20] Bezeichnung<-letters[1:20] colnames(datenbankdaten)<-c("Bezeichnung","A","B") # par = Setzt die Grafikparameter, 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 Sta...
2009 Feb 16
1
Adjusting the Axis in a histogram to the prespecified breaks
...reaks .... hist(data, breaks= x, "xaxisbreaks=x") At the moment the axis is equalspaced by units (2,4,6,8) with 0-2 having 2 areas and the blocks 4-6 and 6-8 only having one block. I tried also the xlog entry (i.e. log="x") which returned "log" is not valid (ist kein Grafikparameter). I tried also fixing things with the par utility (>par(log=TRUE)) which again did not work. Hence if somebody has a recommendation (possibly a link to an older contribution which I did not find using the above searches), that would be great. -- View this message in context: http://www.nabble....