search for: zat

Displaying 14 results from an estimated 14 matches for "zat".

Did you mean: at
2012 Jul 17
1
problem with function
...function only returns mydata I wish to work with attr(mydata, 'fc') as well (for labelling a plot). Principally it works if I do not insist on this function but it would be much easer if it is possible to return mydata AND attr(mydata, 'fc') by using a function. 1) testfile: Id;fc;zat;dat;hat PG;1,3;1;2;3 HU;2,5;0;2;5 JZ;1,8;1;0;4 2) my function: read.data <- function(file, ...){ mydata <- read.csv2 (file, header=TRUE, as.is=TRUE) # read everything fc <- mydata[,2] # extract FC column rownames(mydata) <- mydata[,1] # same for g...
2008 Nov 20
1
Math Expression in 3D Plots
...dist + 2*beta.dist2*dist)*delta.dist + beta.dist2*delta.dist^2 return(delta.yrsed) } plot.deeffect <- function(scolor="blue") { delta.dist <- dist <- seq(0, 16, .5) delta.yrsed <- outer(dist, delta.dist, fn.delta.yrsed) rgl.open() bbox3d(xat=seq(0, 16, 2), yat=0:5, zat=seq(0, 16, 2), color="black") title3d(main="Effect of Change in dist on yrsed", pos=c(NA, 8, 0), color="black") title3d(xlab="dist", pos=c(NA, 0, -3), color="black") title3d(ylab="delta_yrsed", pos=c(12, NA, -3), color=&quo...
2010 Nov 28
1
faster base::sequence
...ce_c(1:10) ) utilisateur syst?me ?coul? 0.019 0.000 0.019 I would write a proper patch if someone from R-core is willing to push it. Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/9VOd3l : ZAT! 2010 |- http://bit.ly/c6DzuX : Impressionnism with R `- http://bit.ly/czHPM7 : Rcpp Google tech talk on youtube
2008 May 06
1
Plotting separate populations in scatterplot3d
Hi, I'm having trouble plotting populations as separate colors and points in the 3d scatterplot package. I have a column with 4 different population names and 3 columns with my data. I want to plot each population with a different color and pch. In addition, I want to use the type="h" in my plotting so that I can see the points clearly in my graph( for publication purposes).
2008 May 03
4
interactive rotatable 3d scatterplot
I would like to create a 3d scatterplot that is interactive in the sense that I can spin it on its axes to better visualize some PCA results I have. What are the options in R? I've looked at RGL and perhaps it will suffice but it wasn't apparent from the documentation I found. Any demo scripts available for a package that will work? Mark -- Mark W. Kimpel MD ** Neuroinformatics **
2010 Nov 15
1
SEXP and slots
...al Biology > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 > > Location: M1-B861 > Telephone: 206 667-2793 -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/9VOd3l : ZAT! 2010 |- http://bit.ly/c6DzuX : Impressionnism with R `- http://bit.ly/czHPM7 : Rcpp Google tech talk on youtube
2013 Oct 07
0
Buďte zdravější!
Akce 4 +1 =================================================== M?te pomal? metabolismus, chcete zhubnout? Hubn?te zdrav?, bez zat??en? sv?ho organismu! Nyn? ke ka?d?mu ?tvrt?mu bal?ku d?v?me jeden bal?k zdarma!</a> Nev?hejte, objednejte hned! Bu?te zdrav?j?? o jednu kostku nav?c! Objednejte te?: http://vitalgrass.com/cz =================================================== Pokud nechcete dost?vat dal?? emaily, tu se...
2010 Nov 25
3
Is there an implementation for "URL Encoding" (/format) in R?
Hello all, I would like some R function that can translate a string to a "URL encoding" (see here: http://www.w3schools.com/tags/ref_urlencode.asp) Is it implemented? (I wasn't able to find any reference to it) Thanks, Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me:
2010 Nov 22
4
How to call R from C
Hi all! I read R Extensions manual. But still I am not sure how to call R functions from C. Would any of you give me a sample C code to show how to call R functions - for instance, time series functions - from C in the embedded way of C code? [[alternative HTML version deleted]]
2006 Mar 11
2
Draw level lines on the surface of a bivariate function
Hello, Is it possible to draw level lines on the surface of a bivariate function? In the following example, to draw surface and levels lines for a multivariate normal law, I use persp, trans3d, contourLines and lines, but if the lines are correctly drawn, some parts of them are, of course, visible even if they are drawn on a non visible "face". Any suggestion to avoid this problem
2010 Nov 17
2
Reference classes: accessor functions via 'getRefClass(...)$accessors(...)'
Hi there, I''d like to choose between an "static" and "dynamic" access of a reference class field, say ''a''. myObj <- getRefClass("Blabla")$new() Static: myObj$a Dynamic: myObj$a.get() where the function retrieves the data from a database (or some other location), stores it to a buffer and
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...arjunroy at redhat.com> + David Lutterkort <dlutter at redhat.com> + + [....send patches to get your name here....] diff --git a/README b/README new file mode 100644 index 0000000..95e9330 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +The oVirt Server is an open cross-platform virtualization management +system. It provides a web-based management interface that enables +users to manage hosts and storage, install and remove virtual machines +and level resources across a large group of machines. The oVirt Server +manages hosts running the oVirt Node Image. oVirt Server Suite scales +fr...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *
2004 May 14
0
vfs recycle troubles 3.0.2
hello, samba ;) I have setup a gentoo with samba 3.0.2 as a PDC everything works fine i've set VFS recycle in some shares i can access/write/read on those shares but if a del a file or a directory it's put into .recycle (in the root of the share) but perms are changed and the user who have deleted this file is this owner and no one can do any thing perms are set to 0700. any ideas? PS: