Displaying 20 results from an estimated 86 matches for "developmente".
Did you mean:
development
2008 Oct 29
2
Barplot: Vertical bars with long labels
Dear List,
I need a barplot with vertical bars. Each bar should have a label.
The problem is, that the labels are too long, so they overlap, or
only every seccond label is displayed in the output.
Here is a little syntax:
dd <- c(100,110,90,105,95)
barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit',
'Eating Disorders',
2001 Jul 30
1
legend on a lattice (developmental package) plot
Is there a way to put a legend on an xyplot -- eg, something akin to the
key function? Or, is there a way to get the R legend function to work on a
lattice plot?
To the people who have done the work on lattice and grid: Thanks for making
lattice. I'm finding it very useful.
Anne
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Anne E. York
National Marine Mammal Laboratory
Seattle WA 98115-0070 USA
2004 Jan 29
3
Developmental version of Matrix package for R-1.9.0
I recently uploaded a developmental version of the Matrix package,
Matrix_0.6-1.tar.gz, to CRAN where it is in the
src/contrib/1.9.0/Other directory. It requires some of the packages
that will appear in R-1.9.0.
This version marks a major redesign of the Matrix package to use S4
classes and methods and to incorporate sparse matrix manipulations
using routines from TAUCS
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
Hi dear all,
In my laptop(ubuntu 11.10 64bit), I maintained a released R (2.14) and a
developmental R, I can specify qplot(..., alpha = ) in R 2.14 , but when I
try to use transparency in developmental R, I got a warning message and the
plot is clearly not I want.
minimal example:
> qplot(data = mtcars, x = mpg, y = cyl, alpha = cyl)
Warning message:
In grid.Call.graphics(L_points, x$x, x$y,
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
Hi dear all,
In my laptop(ubuntu 11.10 64bit), I maintained a released R (2.14) and a
developmental R, I can specify qplot(..., alpha = ) in R 2.14 , but when I
try to use transparency in developmental R, I got a warning message and the
plot is clearly not I want.
minimal example:
> qplot(data = mtcars, x = mpg, y = cyl, alpha = cyl)
Warning message:
In grid.Call.graphics(L_points, x$x, x$y,
2006 Sep 23
1
really irregular time series
I built some reasonably successful tools in a graphical database for
reconstructing the developmental turning points for feedback loop driven
natural processes. I'm trying to move it to R and am having
difficulty with the very basics, i.e. a) defining time series using time
as a natural number rather than a place in a table. I was also hoping
b) someone might have built some of the
2009 Mar 24
3
confidence interval or error of x intercept of a linear regression
Hello all,
This is something that I am sure has a really suave solution in R, but I can't quite figure out the best (or even a basic) way to do it.
I have a simple linear regression that is fit with lm for which I would like to estimate the x intercept with some measure of error around it (confidence interval). In biology, there is the concept of a developmental zero - a temperature under
2014 Mar 31
2
about new Centos SIG distro releases
Hello,
Kinda confused, will CentOS new SIGs: CentOS Storage, CentOS Cloud, and
CentOS Virtualization, CentOS Core,etc be a developmental path to future
RHEL releases, or will they continue be an exact clone of RHEL, like
Centos currently is?
http://www.zdnet.com/red-hat-reveals-centos-plans-7000027812/
2011 Feb 27
5
Xfire Crashing
I am having some troubles with Xfire (installer number 43094). I am running Ubuntu 10.10. Xfire starts and I can log in, but as soon as I click something, it crashes.
I'm starting with a fresh WINEPREFIX. There is nothing else installed there, and no changes in winecfg. Windows version is set to XP.
First couple trys, running Wine 1.2.2 from the Ubuntu repositories:
2004 Aug 06
4
Ices
I notice two versions on the Web site, 0.2.2 being shown as developmental.
I'm building a new server that will run Icecast 1.3.11 and I'm wondering how
stable Ices 0.2.2 is? Are there enough fixes in it that it's worth using it?
Thanks,
Hunter
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list,
2007 Apr 30
3
Best Practice: how to organize puppetmaster directories?
Hi,
While puppet creates its own directories for internal stuff (puppetca,
state, etc.), there''s a fair bit of latitude given to where things like
manifests and uploaded files live. I didn''t get much guidance from the
docs when I first set things up so I mostly poked at things until the
worked. Take a look at the following and let me know if this looks
reasonable; if so, it
2007 May 30
3
sizing and saving graphics in R
Dear R wizards,
I am seeking advice on graphics in R. Specifically, how to manipulate
the size and save a plot I have produced using the LDheatmap library.
I confess I am relatively new to graphics in R, but I would greatly
appreciate any suggestions you may have.
LDheatmap produces a coloured triangular matrix of pairwise
associations between 600 genetic markers in my dataset.
2019 Mar 08
2
Asterisk Usage Survey
Hey All,
For those of you that do not know me, my name is Matthew Fredrickson
and I’m the project lead for the Asterisk project. First off, I wanted
to thank all of you that contribute in various ways to the project –
whether it be at a developmental level, answering questions on forums
and mailing lists, contributing documentation, or just generally
advocating for it within your sphere of
2003 May 09
1
windows data editor changes dimensions displayed data frames
dear R-tists,
i am experiencing a problem with the data editor in the windows version of
R 1.6.1 envoked with the command 'fix'.
the data editor changes the size of large data frames.
a simple example illustrates this:
-------------------------------------------------------
> dfrm <- data.frame(no=c(1:100000))
> length(dfrm[,1])
[1] 100000
> fix(dfrm)
>
2007 Apr 09
1
testing differences between slope differences with lme
hello
i have a mixed effect model which gives slope and intercept terms for 6
groups (diagnosis (3 levels) by risk group(2 levels)). the fixed part of
the model is --
brain volume ~ Diagnosis + Risk Group + (Risk Group * age : Diagnosis) - 1
thus allowing risk group age/slope terms to vary within diagnosis and
omitting a nonsignificant diagnosis by risk group intercept (age was
centered)
2008 Mar 07
1
read stata data file
Dear R-help list,
I'm new to R. I tried to get R to read a Stata data file using the
read.dta function in the package "foreign", which I downloaded and
extracted to "C:\Program Files\R\R-2.6.2\library" on my pc.
I tried
> nora <- read.dta("nora.dta")
and got
Error: could not find function "read.dta"
I guess "foreign" needs to
2010 Oct 18
1
Guild Wars minimizing problem
Hi all. When trying to minimize the guild wars window from fullscreen, all it seems to do is draw a screenshot of my current desktop and stick it in a window and call it the guild wars window. I can't minimize or maximize this window, so getting back to the game doesn't happen, I must close it and restart. Has anyone else encountered this problem? I am using Linux Mint 9 with the latest
2005 Dec 06
2
Constructing a transition matrix
Hi,
I would like to construct a transition matrix from a data frame with
annual transitions of marked plants.
plant<-c(1:6)
class<-c("seed","seed", "seed", "veg", "rep", "rep")
fate<-c("dead", "veg","veg","rep", "rep", "veg")
trans<-data.frame(plant, class, fate)
2007 Aug 15
2
lmer coefficient distributions and p values
I am helping my wife do some statistical analysis. She is a biologist,
and she has performed some measurements on various genotypes of
mice. My background is in applied mathematics and engineering, and I
have a fairly good statistics background, but I am by no means a PhD
level expert in statistical methods.
We have used the lmer package to fit various models for the various
experiments that she
2005 May 12
2
mget empty strings
Dear R community,
I am a beginner to R and have a question concerning mget, about I could
not find anything in the various documentation.
I have a column in a dataframe x for which I want to get values in y:
mget(x[,1], env=y, ifnotfound=NA)
I receive an error mesage:
Error in mget(x[, 1], env = y, ifnotfound = NA) :
attempt to use zero-length variable name
this is probably due to