Displaying 20 results from an estimated 100 matches similar to: "drawing lines in 3D (rotating them)"
2013 May 07
4
how to calculate the mean in a period of time?
Hi,
Your question is still not clear.
May be this helps:
dat2<- read.table(text="
patient_id????? t???????? scores
1????????????????????? 0??????????????? 1.6
1????????????????????? 1??????????????? 2.6
1????????????????????? 2???????????????? 2.2
1????????????????????? 3???????????????? 1.8
2????????????????????? 0????????????????? 2.3
2?????????????????????? 2???????????????? 2.5
2005 Nov 06
2
cox models
Hello,
i'm a french student of medical oncology and i'm working on breast
cancer. I have a variable with the histologic type of tumor wich is
between 1 and 5. I use as.factor function to make some variable with
level between 1 and 5. When i put it in the cox model i have only the
level between 2 and 5. The level 1 doesn't appear. I think i have to
change the number of level but i
2008 Apr 07
3
findGlobals on apply
Hi the list,
Considere the following:
f <- function(x){apply(x,2,mean)}
findGlobals(f)
findGlobals consideres mean as a global variable, which it is not.
Is there a way to tell to findGlobals that mean is a function ?
Thanks
Christophe
2005 May 12
2
Batch mode problem: figure margins too large (code corrected for word wrap)
First of all, I apologize for the triple post, but I did not see that the
word wrap on the r-help list site would render my code unusable. So here it
is again. Hoping that this time it will work if you cut and paste it in
your Rgui.
I have a program that works well in Rgui but that does not work in a batch
file (Execution halted).
Here's the code (it will work on your R, but you need
2004 Feb 05
2
Status Check: CVE CAN-2004-0002
Hi,
Just want to ask about the status of this:-
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0002
>From list archives I gather the fix is still under refinement (but
committed (and removed?) in HEAD and RELENG_5_2).
One paranoid little shop is running a public web server on RELENG_4_9, and
contemplating this patch:-
2005 May 25
0
: Aremos TSD files
Hi
I try to read Aremos files but with any succes, could you help me please.
Thanks
Eric Dubé
Éric Dubé
Économiste / Economist
Groupe économie et stratégie (dép. 657) / Economic & Strategy Team (Dept.
657)
Financière Banque Nationale / National Bank Financial
1155 Metcalfe 5e étage / 5th floor
Montréal H3B 4S9
(514) 879-2579
eric.dube@fbn.ca
2013 Apr 30
0
Cox model: random effect on a variable with 3 levels
Question about package Coxme:
I develop a cox model that includes a variable "treatment" with 3 levels (A, B, C):
> model_alea_int <- coxme(Surv(delai, status) ~ (1|trt)+ strata(center) , data)
I am surprised that the output given in R is 3 coefficients for random effects whereas only 2 dummy variables are created:
> contrasts(data$trt)
B C
A 0 0
B 1 0
C
2005 May 12
0
Batch mode problem: figure margins too large
Hello, I have a program that works well in Rgui but that does not work in a
batch file (Execution halted)
Here's the code (it will work on you side, but you need internet access
through R as it will download a table from a US gov site)
download.file("http://www.cftc.gov/files/dea/history/deacot2005.zip",
"c:/deacot2005.zip",
"internal", quiet = FALSE, mode =
2005 May 12
0
RE: Batch mode problem: figure margins too large (aligned R code to the left)
> Hello, I have a program that works well in Rgui but that does not work in
> a batch file (Execution halted)
>
> Here's the code (it will work on you side, but you need internet access
> through R as it will download a table from a US gov site)
>
> download.file("http://www.cftc.gov/files/dea/history/deacot2005.zip",
> "c:/deacot2005.zip",
>
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email?
Something like this:
address <- 'abc at d.com'
text <- 'This is the email body'
send.email(address, text)
Thanks.
FS
2007 Mar 23
1
Prblems log rotating a file
Hi,
I needed to logrotate a fil named qmail-queue.log from qmail-scanner.
So i've edit /etc/syslog.conf and changed it to:
*.info;qmail-queue.none;auth.none;mail.none;authpriv.none;cron.none
/var/log/messages
(...)
# qmail-queue logs
qmail-queue /var/spool/qscan/qmail-queue.log
Also, i've edit /etc/logrotate.d/syslog and changed to
/var/log/messages
2001 Nov 16
3
rotating .journal
Hello,
I recently implemented ext3 using tune2fs -j /dev/hda1, and have been
using it successfully for a while. However the .journal file is huge and
growing on my limited amount of disk space.
How can I rotate or re-initialize the file, preferably without rebooting,
on a daily/weekly basis?
Regards,
Dan Barber
Mojolin
---------------
Mojolin: Linux, Unix and Embedded Jobs and Resumes.
2006 Aug 23
0
Rotating Images with file_column
Hi everyone,
I have a photo site that I''m making and I''m using file_column to
handle the auto-generation of several "version" of each photo:
essentially thumbs and fuller-sized version. The full sized versions
retain the original''s proportions, whereas the thumbs are all 4:3.
This means most of the thumbs are cropping the original. This all
works great, but I
2010 Apr 20
1
Changing the position of label title and rotating the title
Dear all,
I want to plot a simple xy-plot but I have some problems with the label
titles. In my plot, y-axis title should be at the top of the y-axis and it
should be perpendicular to the axis. Similarly, x-axis title should be just
next to the x-axis not at the bottom. By using mgp, I can change the
position of the title vertically for y-axis and horizontally for x-axis but
I want to change the
2006 Feb 08
2
rotating axis / mtext labels
Hello list.
Is it possible to use par(srt=45) to rotate text by 45 degrees along the
x-axis of a plot. Using:
<code>
x_names<-c("C57 Nv", "C57 Vacc", "129 Nv", "129 Vacc", "IFNgR Nv", "IFNgR Vacc")
par(srt=45)
mtext(font=2, x_names, side=1, line=1, at=l, cex=1.2)
par(srt=0)
</code>
doesn't seem to work in R 2.2.0
2007 May 24
0
rotating an hclust tree with negative hights
Hi,
I have an hclust object say hcl with heights starting from a negative
and ending to a positive value.
I would like to rotate the plot(hcl) 90 degrees clockwise.
It is suggested to use plot(as.dendogram(hcl), horiz=T) but I
encountered two problems:
1) a dendrogram object does not accept negative heights
2) horiz=T rotates the tree 90 degrees unclockwise
any ideas?
thanks,
Vahid PARTOVI
2010 Apr 07
0
exporting rotating plot into Powepoint
Hi,
I need to export a rotating plot like the one generated from the following function into a PPT slide or something that can be viewed by reviewers of a journal:
library(np)
library(datasets)
data(faithful)
f <- npudens(~eruptions+waiting,data=faithful)
plot(f,view="rotate",neval=100,phi=30,main="",xtrim=-0.2)
Thanks!
Gabriele Zoppoli, MD
Ph.D. Fellow,
2017 Nov 01
0
Scatterplot3d :: Rotating x tick labels by x degrees
Well, scatterplot3d might not allow it, but have a look at the second
example for staxlab in the plotrix package.
Jim
On Wed, Nov 1, 2017 at 7:30 AM, Uwe Ligges
<ligges at statistik.tu-dortmund.de> wrote:
>
>
> On 31.10.2017 00:56, Alex Restrepo wrote:
> ...
> 45 degree rotation is not supported in base R graphics and scatterplot3d
> uses that.
>
2017 Jun 26
1
"Rotating" .glusterfs/changelogs
Hello all,
I'm trying to find a way to rotate the metadata changelogs.
I've so far learned (by ndevos in #gluster) that changelog is needed
for certain services, among those, georeplication, but not entirely
sure about the extent.
Is there a way to rotate these logs so that it takes up less space?
This is not an entirely critical issue, but it seems kinda silly when
we have a 3 GB volume
2010 Jan 06
0
Mouse cursor rotated on all screens when rotating a single screen.
I have two monitors, one landscape and the other portrait. When I rotate the
portrait monitor using xrandr (or the xorg.conf option) the mouse cursor on
the landscape monitor is also rotated and the "click point" is no longer
below the cursor (this makes the mouse practically unusable). The cursor is
correct on the rotated monitor. Setting NoAccel "False" and HWCursor