similar to: lattice package syntax error

Displaying 20 results from an estimated 30000 matches similar to: "lattice package syntax error"

2002 May 13
3
Histograms rotated, side-by-side
Hi there, I am wanting to create 8 side-by-side histograms which have been rotated 90 degrees clockwise from how they usually sit.. all with the same scales. Is someone able to help me out? Thanks so much, Rachel Cunliffe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2001 Aug 09
2
Pulling columns out of a data.frame
Hi there Probably a very simple solution to this problem. I have a character vector eg c("name1","name2","name3") and I want to pull out these columns from a data.frame, converting each of these columns into factors also. Many thanks Rachel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2001 Aug 12
1
Creating a Model Matrix - keeping NAs
I am wanting to create a model matrix and keep the NAs. stratmat <- model.matrix(myformula,mydata) Is there any way to do this? model.matrix doesn't have na.action as a parameter. Elsewhere I have made use of na.keep <- function(x){x}. Many thanks, Rachel Cunliffe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2004 Oct 06
6
lattice package for R 2.0.0
Dear all, I am trying to install packages with the new R 2.0.0. However for several packages, like MASS, lattice or R2HTML, I get an error like: > library(lattice) Error in library(lattice) : 'lattice' is not a valid package -- installed < 2.0.0? > However, I have just downloaded the latest versions from CRAN. As far as lattice is concerned, it seems that the Windows binary is
2001 Feb 28
1
windows() options
Hi Just noticed that the windows() function doesn't seem to allow for decimals in the width and height options. For example, typing: > windows(5,4,10) > windows(5.2,4,10) > windows(5.4,4.3,10) produces three equally sized windows. Is there a way to get around this and create more accurately sized windows without having to resize by hand? Thanks Rachel Cunliffe Department of
2008 Jan 22
1
Lattice on FreeBSD
Hi list I tried to install package lattice on FreeBSD, but install.package() does not seem to find it in the repositories, even trying different mirrors. Could it be that lattice package is not available for FreeBSD? -- Armin Goralczyk, M.D. -- Universit?tsmedizin G?ttingen Abteilung Allgemein- und Viszeralchirurgie Rudolf-Koch-Str. 40 39099 G?ttingen -- Dept. of General Surgery University of
2001 Aug 10
1
apply and factor
Hi again Why does this occur? > test <- apply(data,2,factor) # where data is a data.frame > is.factor(test[,1]) [1] FALSE Many thanks, Rachel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2002 Sep 02
1
lattice install (PR#1972)
Full_Name: Robert King Version: 1.3 OS: windows Submission from: (NULL) (134.148.4.19) This looks like a problem with package dependencies. Should be sending this to the package author, not r-bugs? An attempt to install lattice from the windows binary runs OK, but attempting to load the library an error occurs: > install.packages("D:/Software/R/lattice.zip", .lib.loc[1], CRAN =
2004 Jul 15
1
lattice (PR#7093)
Full_Name: michael cole Version: 1.9.1 OS: Windows Submission from: (NULL) (80.219.153.13) When trying to install lattice graphics... I receieve the following: trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/lattice_0.9-16.zip' Content type `application/zip' length 496618 bytes opened URL downloaded 484Kb package 'lattice' successfully unpacked and MD5 sums
2004 Aug 23
2
Installing package lattice
Here's another issue (that might well be operator error): > install.packages("lattice") ... ... ** save image Loading required package: grid Error in importIntoEnv(impenv, impnames, ns, impvars) : object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not exported by 'namespace:graphics' Execution halted ERROR: execution of
2001 Dec 18
1
new versions of grid and lattice
Hi New versions of the grid and lattice packages will be available with the release of R 1.4 (in a couple of days): grid_0.5 lattice_0.3-1 These packages will no longer be in the "development" directory (i.e., they will be in CRAN/src/contrib). The changes in this release are mostly to grid, with lattice modified just to take account of those changes. Some important points
2001 Dec 18
1
new versions of grid and lattice
Hi New versions of the grid and lattice packages will be available with the release of R 1.4 (in a couple of days): grid_0.5 lattice_0.3-1 These packages will no longer be in the "development" directory (i.e., they will be in CRAN/src/contrib). The changes in this release are mostly to grid, with lattice modified just to take account of those changes. Some important points
2008 Oct 08
1
error installing lattice package
I just updated my Redhat EL systems to R-2.7.2, and tried to update my packages as well. Lattice is one that failed. What do I need to do? R version 2.7.2 (2008-08-25) > install.packages("lattice", repos = "http://cran.fhcrc.org/") Warning in install.packages("lattice", repos = "http://cran.fhcrc.org/") : argument 'lib' is missing: using
2001 Sep 21
2
new versions of grid and lattice
Hi There are new versions of the grid and lattice packages on CRAN: grid 0.2 and lattice 0.3-0 These packages are still _under development_ (they are in CRAN/src/contrib/Devel) There have been some bug fixes and, especially in lattice, there are lots of new features. Descriptions of the changes are included below. If you have any grid code, it may break under the new version because of a
2001 Sep 21
2
new versions of grid and lattice
Hi There are new versions of the grid and lattice packages on CRAN: grid 0.2 and lattice 0.3-0 These packages are still _under development_ (they are in CRAN/src/contrib/Devel) There have been some bug fixes and, especially in lattice, there are lots of new features. Descriptions of the changes are included below. If you have any grid code, it may break under the new version because of a
2005 Mar 11
2
Package Installation in RGui (PR#7262)
In reference to the thread http://tolstoy.newcastle.edu.au/R/devel/04/10/0859.html I have the same problem updating packages with newly-installed version of released version of R 2.0.1. Previous posts refer to a bug in windows. I wonder if there is a work-around? This probably should go to R-help but it follows on from the post in R-devel. Apologies in advance. OS: Windows XP Professional,
2003 Jun 12
2
car package dependencies
Hello, I tried to install the "car" package but I can't solve the dependencies. car needs grid, lattice and dr but when I try to install grid I get this error prompt: wz3x64:/home/oggi/R/software/contrib # rpm -i R-car-1.0.R3-1.i386.rpm error: failed dependencies: R-grid is needed by R-car-1.0.R3-1 R-lattice is needed by R-car-1.0.R3-1
2011 May 30
3
Syntax for lattice scales argument with |a*b
I have not been able to figure out the format for specifying limits, at, labels in scales <- list(relation='free', limits=..., at=..., labels=...) when there is more than one paneling variable, e.g., xyplot(y ~ x | a*b). Thanks for any guidance. Frank ----- Frank Harrell Department of Biostatistics, Vanderbilt University -- View this message in context:
2001 May 21
4
new packages: grid and lattice
Hi Two new packages have just been uploaded to the _DEVEL_ section on CRAN: 1. package "grid" AUTHOR Paul Murrell OVERVIEW This package provides an altenative graphics system for R. FEATURES Very flexible layout facilities (viewports, units, layouts) Component-based design (graphics can be constructed incrementally and hierarchically) Basic support for interaction (graphics
2001 May 21
4
new packages: grid and lattice
Hi Two new packages have just been uploaded to the _DEVEL_ section on CRAN: 1. package "grid" AUTHOR Paul Murrell OVERVIEW This package provides an altenative graphics system for R. FEATURES Very flexible layout facilities (viewports, units, layouts) Component-based design (graphics can be constructed incrementally and hierarchically) Basic support for interaction (graphics