similar to: Crash of latticeExtra graph with Adobe Acro Pro/Reader/Windows/ during print only (display ok).

Displaying 20 results from an estimated 1000 matches similar to: "Crash of latticeExtra graph with Adobe Acro Pro/Reader/Windows/ during print only (display ok)."

2008 Oct 20
1
How Can I Install Foxit In Wine (Ubuntu)?
When I try to install Foxit Reader in Wine in ubuntu 8.04, the installation window appears for 4 seconds then completely disappears. It doeesn't install at all. I have the latest Wine version, FYI. And, I know there are people out there who have successfully installed foxit. How can I properly install Foxit without any installation problems? .
2007 Mar 19
2
foxit reader
Hello! I've been trying to use Foxit Reader with wine, however it does not work. I followed the instruction and the installation went fine, but whe I try to open Foxit (wine ./Foxit\ Reader.exe) I get this error: wine: Unhandled page fault on read access to 0x047fd970 at address 0x7e4fc601 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x047fd970 in
2018 Apr 02
0
inappropriate warning in latticeExtra
On Fri, Mar 23, 2018 at 7:58 AM, Richard M. Heiberger <rmh at temple.edu> wrote: > The warning message in the last line of this email is incorrect. > This is behavior which Duncan Murdoch labeled a bug in > https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html Yes, sorry, this has been fixed in the r-forge sources for a while now, but I haven't had the time to
2019 Jun 14
0
inappropriate warning in latticeExtra
On 14/06/2019 9:12 a.m., Richard M. Heiberger wrote: > This is still not repaired in > R version 3.6.0 Patched (2019-05-17 r76528) >> library(latticeExtra) >> a <- xyplot(1 ~ 1) >> c(a,a) > Warning message: > In formals(fun) : argument is not a function > > Can we have it in R-3.6.1 that Peter just announced? That looks like a bug in the latticeExtra
2007 Sep 17
1
side bars on dendrograms with latticeExtra
Dear all, I am using the heatmap representations of latticeExtra package and I would be interested to draw color side bars representing the groups of a factor of interest. From my understanding of : > help(dendrogramGrob) ... The 'add' argument can be used for additional annotation at the base of the dendrogram. It should be a list with one component for each row,
2019 Jun 15
0
inappropriate warning in latticeExtra
On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger <rmh at temple.edu> wrote: > > This is still not repaired in > R version 3.6.0 Patched (2019-05-17 r76528) > > library(latticeExtra) > > a <- xyplot(1 ~ 1) > > c(a,a) > Warning message: > In formals(fun) : argument is not a function > > Can we have it in R-3.6.1 that Peter just announced? Sorry
2012 Oct 11
1
dotplot in ".R" with lattice & latticeExtra: proper visualization
Dear everyone, I'm trying to do a dotplot with the libraries "lattice" and "latticeExtra". However, no proper representation of the values on the vertical y-axis is done by ".R". Instead of choosing the actual values of the numeric variable, ".R" plots the rank of the value. That is, there are values [375, 500, 625, 750, ..., 3000] and ".R"
2011 Jun 02
1
ylab spacing in resizePanels in latticeExtra
I would like the ylab in the second, resized graph to be centered on the actual positions of the panels of the second graph, not on the positions appropriate for the first graph. How can that be specified. Toggle the two graphs to see that the ylab is identically spaced in both, even though the panels are differently sized. Thanks, Rich windows.options(record=TRUE) ## We need to compare two
2012 Apr 03
0
dendrogramGrob cuts off dendrograms (latticeExtra)
Hi, I'm using the latticeExtra package's dendrogramGrob function to create a grob with both a dendrogram and a covariate bar (via the 'add' parameter). When the dendrogram has very short branches at its leaves, it appears as a line and becomes impossible to see when placed next to the covariate bar. For example: > x <- outer(-5:5, -5:5, "*") + matrix(nrow = 11,
2009 Jan 15
1
misalignment of x-axis when overlaying two plots using latticeExtra
Dear R-helpers: I am an entry-level R user and have a question related to overlaying a barchart and and a xyplot using latticeExtra. My problem is that when I overlay them I fail to align their x-axes. I show my problem below through an example. #the example data frame is provided below vec <-c(1,5.056656,0.5977967,0.06126587,0.08557778, 2,4.601049,0.5995989,0.05002188,0.11410027,
2007 Feb 03
1
LyX 1.4.3-5 problem generating PDF documents
I just changed machines and, at first, could not get LyX 1.4.3-4 to even load. I tried 1.5 which loaded nicely but would not give me PDF output. Removed 1.5 tried using 1.4.3-5.exe. Result : On loading LyX : lyx: Disabling socket cont class std::basic_string<char struct std: char::char_traits ... Removed and installed from LyXWin143Complete-2-9.exe. Loads okay but no PDF generation. My
2014 Oct 30
2
equivalete de add=TRUE (de los graficos base) para lattice o latticeExtra
Estimados, no puedo encontrar en la internet cual es el equivalete de add=TRUE (de los graficos base) para lattice o latticeExtra. Ya vi que con ggplot2 se puede "facilmente", pero tengo que hacerlo apurado como para ponerme a aprender ggplot2 ahora :) Lo que necesito es superponer algunos datos que estan en data.frames diferentes. Alguna pista ? Muchas gracias, Eric. --
2012 Dec 04
0
latticeExtra tileplot question - tiles are not all the same size, need help.
Hello, I have been creating many tileplots to try and illustrate the relative abundance of fish through space and time. My issue is that the tiles that border the plot are smaller than those in the center of the plot. In the example I've provided the effect is pretty minor (I'm hoping this will be an adequate example as I had the code already created/data uploaded). However, I have other
2010 May 25
2
segplot (latticeExtra)
Hi, I'm having a bit of trouble with 'scales="free"' in the segplot() function of latticeExtra. Say we need panels for each year, showing only those counties that are represented in each one: ---<--------------------cut here---------------start------------------->--- library(latticeExtra) data(USCancerRates) uscr.w <- subset(USCancerRates, state ==
2010 Jul 04
1
LatticeExtra Parallel
I have put together a chart of 1,000 monthly data series using parallel and I really like the way it displays the data. Is there a way to achieve something similar in terms of display using the actual scale ( consistently across all the data) as opposed to min/max ? Thanks [[alternative HTML version deleted]]
2018 Mar 23
2
inappropriate warning in latticeExtra
The warning message in the last line of this email is incorrect. This is behavior which Duncan Murdoch labeled a bug in https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html This is a fresh install of R-devel (2018-03-21 r74436) R Under development (unstable) (2018-03-21 r74436) -- "Unsuffered Consequences" Copyright (C) 2018 The R Foundation for Statistical Computing
2019 Dec 06
1
inappropriate warning in latticeExtra
This problem is still present in > version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 system x86_64, mingw32 status Under development (unstable) major 4 minor 0.0 year 2019 month 12 day 03 svn rev 77513 language R version.string R Under development (unstable)
2014 Jul 28
0
lattice, latticeExtra: Adding moving averages to double y plot
Hi lattice users, I would like to add 5-year moving averages to my double y-plot. I have three factors needs to be plotted with moving averages in the same plot. One of these reads off y-axis 1 and two from y-axis 2. I have tried to use the rollmean function from the zoo-packages, but I fail in insering this into lattice (I am not an experienced lattice user). I want to keep the data points in
2008 Dec 02
1
legend idea for latticeExtra
Dear list, I've written a small utility function to add arbitrary legend(s) to a lattice graph (or a combination of them), much like the legend function of base graphics. I though perhaps it could be useful to someone else, or improved by suggestions. I understand this goes against the lattice paradigm somewhat, in that you short-cut the link between group variables and the
2012 Nov 03
2
reorder() in the latticeExtra library
Hello all, thanks for your time and help. Below are my commands, and it generates a really nice plot, however I am not happy with the reorder() function. I would like the order to be the same as they appear in the genotype variable "genotype <- c("CJ1450 NW 4/25/12","CJ1450 BAL 4/25/12","CJ1450 NW 4/27/12","CJ1450 BAL 4/27/12","CJ1721 NW