Displaying 20 results from an estimated 200 matches similar to: "Invalid 'yscale' in viewport"
2017 Sep 15
1
Calculating Weeks Since Last Event
Hi,
I have an input data
> dput (input)
structure(list(ScanDate = structure(c(16433, 16440, 16447, 16454,
16461, 16468, 16475, 16482, 16489, 16496, 16503, 16510, 16517,
16524, 16531, 16538, 16545, 16552, 16559, 16566, 16573, 16580,
16587, 16594, 16601, 16608, 16615, 16622), class = "Date"), OnPromotion =
c(0,
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0,
0, 0, 1,
2012 Mar 19
4
elipse de confianza mod sin intercepto
Buenas tardes
Estoy intentando representar graficamente la elipse de confianza de dos pendiente en un modelo sin intercepto
La formula que introduzo esplot(ellipse(recta,c(1,1)),type="l"), pero elipse me sale una recta
Gracias
[[alternative HTML version deleted]]
2012 Feb 07
1
lme, lmer, convergence
Hello, all,
I am running some simulations to estimate power for a complicated epidemiological study, and am using lme and lmer to get these estimates. I have to run a few thousand iterations, and once in a great while, an iteration will create fake data such that the model won't converge. I see from Google searches that this is not an uncommon situation.
My question: is there a way to
2006 May 19
2
Tick marks in lines.survfit
I posted several months about the problem with adding tick marks to curves
using lines.survfit.
This occurs when lines.survfit is used to add a curve to survival curves
plotted with plot.survfit. The help for this function implies that
mark.time=TRUE thus:
plot(pfsfit,conf.int=FALSE,xscale=365.25,yscale=100,xlab="Years",ylab="%
surviving",lty=2,mark=3)
2000 Apr 05
1
problem with survexp in survival5
survexp in survival5 doesn't seem to work for me. see below:
> library(survival5)
Attaching Package "package:survival5":
The following object(s) are masked from package:base :
sort.list
> library(chron)
> data(ratetables)
> survexp(~ratetable(year=julian(6,1,1991),
+ sex=1,age=35*365.24),times=(0:30)/6*365.24)
Error in as.character(as.date(c(min(R[, 3]),
2005 Sep 19
2
Problem with tick marks in lines.survfit (package survival)
I have attempted to follow posting guidelines but I have failed to find out
what I am doing wrong here.
I am trying to use lines.survfit to plot a second curve onto a survival
curve produced by plot.survfit. In my case this is to be a progression free
survival curve superimposed upon an overall survival curve, but I will
illustrate my problem using the example given in the help for
2009 Feb 11
1
Help with XYPLOT with marginal histograms
I am trying to replicate the following plot using Lattice:
http://addictedtor.free.fr/graphiques/graphcode.php?graph=78
I'm having trouble with the lattice equivalent of the "oma" (outside
margin) setting. I've been all through the Lattice documentation and
others and also searched the lists.
Below is sample code that demonstrates where I'm at (it should paste
2010 Nov 12
0
drosophila2cdf in simpleaffy / affyQCReport
Hi everybody,
I have a problem when trying to do the quality control with the packages
simpleaffy and affyQCReport with the drosophila chip 2.0
At first I got the messeage, that the *.qcdef file is not there. I followed
the instructions in tha manual and created the file like that:
array drosophila2cdf
alpha1 0.05
alpha2 0.065
spk bioB AFFX-r2-Ec-bioB-3_at
spk bioC AFFX-r2-Ec-bioC-3_at
spk bioD
2012 Feb 16
2
Defining a viewport scale in {Grid}
Am just feeling my way into the grid library, and cannot figure out how to
define the plot limits. 3/5 of the example polygons below plot in the
default 0-1 range viewport. But when I try to redefine the viewport the
polygons plot in the same places. I also get the same result without
employing push/pop. (As you can see from the scale I'm trying to introduce,
I want to plot map polygons.)
2008 Sep 10
2
relsurv package
Dear R-users,
I have a couple of questions about the relsurv package:
1) when I try to run the example:
fit <- rsmul(Surv(time,cens)~sex+as.factor(agegr)+ratetable(age=age*365.24,sex=sex,year=year),ratetable=slopop,data=rdata)
with the datasets in the package (rdata and slopop) it gives me an error:
Error in nrow(x) : object "x" not found
2)
If I have a date format
2005 May 24
3
obtaining first and last record for rows with same identifier
I have a dataframe that contains fields such as patid, labdate, labvalue.
The same patid may show up in multiple rows because of lab measurements on
multiple days. Is there a simple way to obtain just the first and last
record for each patient, or do I need to write some code that performs that.
Thanks,
Steven
2009 Mar 31
1
viewport bug in 2.8.0?: Error: Cannot pop the top-level viewport (grid and graphics output mixed?)
I get the following error message followed by instability in R after the
error message:
Error: Cannot pop the top-level viewport (grid and graphics output
mixed?)
Have reduced something much more complex in my code to a simple test case.
I run the following and then resize the window:
X = seq (1,10)
Y = X^2
opar <- par(no.readonly=TRUE, mar = c(2.5, 3.1, 1, 2))
grid.newpage()
2011 Jan 05
1
Place of Django template tags inside of ext3.0 viewport panels
Hello,
Does anyone know where I can find information on using ext3 with Django.
Specifically, I want to place Django template tags inside of a
particular panel in my ext3 viewport... I have tried what is seen below,
but it doesn't seem to work..
var viewport=new Ext.Panel({
layout: 'border',
width:1200,
height:650,
renderTo: Ext.getBody(),
items: [{
2004 Jul 09
2
Viewport parameters
Hello all,
In the Grid addon package from Paul Murrell is there a way of finding
the parameter settings for the viewport you are in? I understand in
Lattice there is a function trellis.get.par(), is there something
similar for Grid?
Cheers
Simon Woodhead
2011 Sep 05
1
ggplot2-grid/viewport and PNG
Dear All,
The following code save my graphs as pdf:
pdf("j:/mix.pdf", width = 18, height = 16)
grid.newpage()
pushViewport(viewport(layout = grid.layout(3,1)))
vplayout <- function(x, y)
viewport(layout.pos.row = x, layout.pos.col = y)
print(Aplot, vp = vplayout(1, 1))
print(Bplot, vp = vplayout(2, 1))
print(Cplot, vp = vplayout(3, 1))
dev.off()
How can I save it in
2007 Nov 10
0
document.viewport API documentation failing
When I select the document.viewport link in the API documentation I
get the error
"Sorry, couldn''t find what you were looking for!"
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to
2006 Jul 18
1
roll wheel on desktop to switch viewport
Hi. After some time using Quinn's Compiz I returned to Vanilla, which is
more stable to me. There's a feature I do miss from Quinn's package,
though, and it's the ability to change viewports by rolling the mouse
wheel over the desktop.
Would it be possible to mimic that behavior in Vanilla? Thanks in
advance.
2006 May 29
2
Feature Request: Viewport Switching Plugin
Hi,
First of all, great job! :)
I really like to organise my work on, former known "workspaces", now
"viewports". I use currently use 9 so I have 3 for work, 3 for private
applications and 3 for other projects.
Using the viewports like this it happens to have
3 browser windows,
6 Document Viewers,
9 Terminals,
1 Evolution,
2 IDEs and
>3 Gimp
The number of Windows and
2006 May 11
1
Bug in viewport handling?
Hi,
Is the following an (unknown) bug? Rhythmbox (RB) has an option for
using a icon-tray. Restoring/minimizing to the tray in combination with
switching viewports (VP) seems to confuse compiz.
Steps to reproduce:
1. Start RB on VP1.
2. Minimize to tray.
3. Change to VP2.
4. Click the tray icon to restore.
Result: RB is restored to VP2, while compiz changes to VP1. Subsequent
clicking on the
2006 Nov 24
0
[Request]Shortcuts to move a window to another viewport with plane plugin
Hello,
i switched from using rotate+cube to plane as i like it better ( No more
headaches caused by cube spinnings ! ).
But i noticed that it is not possible to move a window to another
viewport using the keyboard and i miss it quite a lot.
So i thought it was a good idea to ask for it here.
i don't really have time right now to do it myself but i'll give it a
try sometime later if no