search for: panel1

Displaying 6 results from an estimated 6 matches for "panel1".

Did you mean: panel
2007 Aug 30
2
Additions to xyplot (lattice)? - legend, ticks, axis label size, text
I have created an xyplot of a time series with the following code... win.graph(width = 10, height = 7) panel1 = function(x, y) { panel.loess(x, y, lwd=2.5, span=0.5, col="gray") panel.xyplot(x, y, pch=19, col="blue", cex=1.25) } xyplot(oneplusdensity ~ year, data=figdata, aspect="fill", cex=1.5, xlab=NULL, ylab=expression("Crabs per 1,000 m"...
2010 Apr 19
2
Overlay of barchart and xyplot
...= 0.5, pad1 = 1, pad2 = 2), top = list(tck = 0, pad1 = -1.3, pad2 = 0), right = list(tck = 0.5, pad1 = 1, pad2 = 2), bottom = list(tck = +0.5, pad1 = 1, pad2 = 2))) trellis.par.set(theme = my.theme) panel1 = function(x, y) { #panel.loess(x, y, lwd=2.5, col="black") panel.xyplot(x, y, pch=18, col="black", cex=1.5,type='b',lwd=2) } #xyplot(log(dispersal_infestation$COUNT) ~ dispersal_infestation$Year | dispersal_infestation$ORG_UNIT_N, xyplot(sqrt(dispersal_infestation...
2006 Feb 22
2
''this.initialize'' is null or not an object
...tion: .2}), new Effect.SlideDown(thisBody, {duration: .2}) ] ); } else { Effect.SlideDown(thisBody, {duration: .2}); } } } </script> <div class="stretchBar" id="myStretchBar"> <div id="panel1"> <div class="title" onClick="sbr_stretch(this)">Panel 1</div> <div id="panel1_body" class="panel_body" style="display: none"> <div> <div>stuff in panel 1&...
2007 Dec 12
3
Adding data labels to Lattice plots
Hi, I am new to lattice graphics and have the following question. I have a dataframe d2: cat PointsInTime MeanScore 1 Parent Intake 26.25000 2 Youth Intake 9.75000 3 Worker Intake 20.63636 4 Parent Discharge 24.00000 5 Youth Discharge 15.60000 6 Worker Discharge 23.90909 and to produce a plot I am using the following code print(xyplot(MeanScore ~
2009 Mar 13
1
malformed plot symbols in lattice pdf
...tput to pdf. The plot symbols appear malformed. Am I doing something wrong here? Thanks, Mark Here is an example (pdfs are attached): library(lattice) ## example data set.seed(101) ex.data <- data.frame(x = sort(runif(10)), y = rnorm(10)) ## plot an opaque polygon ex.panel1 <- function(x, y) { yy.up <- y + 0.25 yy.lo <- y - 0.25 panel.polygon(c(x, rev(x)), c(yy.up, rev(yy.lo)), border = NA, col = "lightblue", alpha = 1) panel.xyplot(x, y, type = "p") } ## output to pdf (this one is OK) trellis.device(devi...
2009 Feb 20
2
OLEDB not work !
Hi everybody I have a program , it work good under window98 / 2000 /xp . It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 . with wine it do not work. I set up mdac 2.8 sp1 , no change by google , i found too many program can not work (oledb not support) can anybody help me ?