search for: fgg

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

Did you mean: egg
2008 Nov 18
1
legend color problems
...lorBrewer") # 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 = "Einträge (t/a)",auto.key = list(title = "Pfade",columns = 2,space = &qu...
2008 Nov 20
1
Repost:lattice graphics -- legend color problems
...ot;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 = "Eintr?ge (t/a)",auto.key = list(title = "Pfade",columns = 2,space = "...
2004 Jan 27
0
Your message to ALTOVA Support was NOT delivered!
...Wcjp,c#]oq)'<U\BM,C6yIW>T#-F'*BL4J}[C0Z,fh#?Dr79v> ,1ck2|]15npB}sfU>c\<8Q^{&T:"@M\=vF$ S"SB#0 e-f{IvES8bvoV` wm>&[e)W,p_*4T6S=388qNImcNGi^ [TEkCy>sY9[vpc`fDPKm>F%t9,UWe#5$9vXl!dAU]/VEtwPAnjb*[DZi4OK*HXzism=].Um<J-<X727U8;y 5pP5.0r2x@Mr6i? n3%?Fgg=I+i}{_AgwA*3j0 B.6K?D|2,Gkd8W2s5PMC"jgVrJkvREx54L|8{MVps-QnoGjDXo][%~5(*uu&83[vz\GdU2t%4zh%}5Up,%uWR/RZm$xhL",]AV>Hs.K9<0%*U$N[S M[cjuKd0o+e.$;Ym?8^{N%35 >XG^0{Oy^J/5\P/`gmsv60=vSyHnmkH,%)/oTfg_T53 _%&q{l&7q#E$ 4"Oa=ho. ubf<nEXM+JF :6h\ehTCflo*mD+, ?BTeDuXMOJx...
2011 Feb 01
2
superscript
Hi there, How can I superscript the "2" of "r2 =..." in the legend below? legend(210, 110, paste("r2 = ", format(summary(regression)$adj.r.squared,digits=3), sep="")) I usually use "expression(paste(...", but it won't work this time because "format(summary(..." needs to be evaluated. Thanks in advance! -- View this message in
2011 Feb 22
1
regsubsets {leaps}
Hi, I'd like to run regsubsets for model selection by exhaustive search. I have a list with 20 potential explanatory variables, which represent the real and the imaginary parts of 10 "kinds" of complex numbers: x <- list(r1=r1, r2=r2, r3=r3, ..., r10=r10, i1=i1, i2=i2, i3=i3, ..., i10=i10) Is there an easy way to constrain the model search so that "r"s and