Displaying 4 results from an estimated 4 matches for "grafiken".
Did you mean:
grafik
2009 Mar 13
1
print median and sd...
Hii,
Can anybody help me, I don't know how to print the "median". Below is my
code snipplet...
x
<-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt")
png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640,
height = 480,pointsize = 12, bg = "white", res = NA)
median<-with(x, tapply(V3, grup, median))
???
dev.off()
I wi...
2008 Nov 18
1
legend color problems
...missing?
TIA
Joachim
---------code ---------
library("lattice")
library("RColorBrewer")
# palette auswählen
mypalette <- brewer.pal(7,"Accent")
pathBarchartFGE <- function(selector,data,dimension = 2,title = NULL,p = mypalette) {
# umwandeln für lattice Grafiken
dfvar <- as.data.frame.table(data)
names(dfvar) <- c("Zeitraum","FGG","Pfad","Fracht")
dfsel <- subset(dfvar,dfvar$FGG %in% selector)
barchart(Zeitraum ~ Fracht | FGG, layout = c(1,3), groups = Pfad, stack = TRUE , col = p,
data = dfsel, xlab =...
2008 Nov 20
1
Repost:lattice graphics -- legend color problems
...am I missing?
TIA
Joachim
---------code ---------
library("lattice")
library("RColorBrewer")
# palette ausw?hlen
mypalette <- brewer.pal(7,"Accent")
pathBarchartFGE <- function(selector,data,dimension = 2,title = NULL,p = mypalette) {
# umwandeln f?r lattice Grafiken
dfvar <- as.data.frame.table(data)
names(dfvar) <- c("Zeitraum","FGG","Pfad","Fracht")
dfsel <- subset(dfvar,dfvar$FGG %in% selector)
barchart(Zeitraum ~ Fracht | FGG, layout = c(1,3), groups = Pfad, stack = TRUE , col = p,
data = dfsel, xlab = "...
2009 Mar 14
1
multiple hypothesis testing
...2009 at 10:42 PM, johnhj <jharris@web.de> wrote:
> >
> > Hii,
> >
> > Can anybody help me, I don't know how to print the "median". Below is my
> > code snipplet...
> >
> > x
> >
> <-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt")
> >
> > png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640,
> > height = 480,pointsize = 12, bg = "white", ?res = NA)
> >
> > median<-with(x,...