similar to: Could unit.list() from grid package be made an exported function?

Displaying 20 results from an estimated 1000 matches similar to: "Could unit.list() from grid package be made an exported function?"

2016 Mar 08
1
Could unit.list() from grid package be made an exported function?
Paul, Subassignment for units has been committed to r-devel. You should now be able to do things like ... x <- unit(1:3, "mm") x[2] <- unit(.5, "npc") (see grid/tests/units.R for more complex examples) Yes, I just tried the latest R devel and it works for me. However: This works for me for the three stackoverflow scenarios. I ran into an additional problem when
2016 Mar 07
0
Could unit.list() from grid package be made an exported function?
Hi Subassignment for units has been committed to r-devel. You should now be able to do things like ... x <- unit(1:3, "mm") x[2] <- unit(.5, "npc") (see grid/tests/units.R for more complex examples) This works for me for the three stackoverflow scenarios. Any confirmation that it also works for you would be welcome. Paul On 07/03/16 07:34, Wilke, Claus O wrote: >
2008 Apr 04
1
lme4: How to specify nested factors, meaning of : and %in%
Hello list, I'm trying to figure out how exactly the specification of nested random effects works in the lmer function of lme4. To give a concrete example, consider the rat-liver dataset from the R book (rats.txt from: http://www.bio.ic.ac.uk/research/mjcraw/therbook/data/ ). Crawley suggests to analyze this data in the following way: library(lme4) attach(rats) Treatment <-
2008 Apr 05
2
pearson's correlation
Hello, I used the function cor to calculate the pearson correlation coefficient between variables. However, the resulting values do not correspond to the outcome of my excel-calculations, for which I used the formula Cor(x,y)=Cov(x,y)/(SD(x)*SD(y)) So my question is: How does the function "cor" compute the pearson correlation coefficient? Thank you in advance, Ake Nauta
2008 Apr 06
2
Executing a telnet session from R
Colleagues I am working in a Linux OS with R 2.6.2. I need to execute a telnet session to another Linux machine from R, perform some operations, then return to the original computer. When I am in an R session, this is easy to accomplish by typing: system("telnet -l username machinename") I am then asked for my password; once that is entered, I am connected to the remote
2018 May 29
1
Quartz graphic device can be extremely slow in some cases
Hello, We?re receiving reports of extremely slow rendering by users who are using the new geom_sf() feature in ggplot2. Importantly, this seems to be a graphics device issue, because the exact same plot takes vastly different amounts of time to render under different devices. We?re talking about 2 seconds vs. 100 seconds here, so not a small effect. In particular, the quartz device on OS X seems
2008 Apr 16
1
Meaning of /, :, and %in% in lmer
Hello, I asked this question a little while ago ( https://stat.ethz.ch/pipermail/r-help/2008-April/158761.html ) but got no response. Can anybody explain to me the difference between /, :, and %in% in the definition of random effects in lmer, such as: (1|A/B), (1|A:B), (1|B %in% A)? My understanding is that (1|A/B) is the same as (1|A) + (1|A:B), but I have not seen this stated explicitly
2006 Mar 20
5
Sortabls onUpdate function
I have this code. <script type="text/javascript"> Sortable.create(''orderable'', {onUpdate: doAlert}); function doAlert() { alert("Hello"); } </script> But when I move an item it doesn''t fire the doAlert command, am I missing something?
2006 Mar 21
3
Autocomplete and WIKI
Two Questions: 1. Is the WIKI down? I can''t access it. 2. With the auto complete is there a way to have it display something but have a value of something else, the way a select box works. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2006 Jan 26
4
Question about the Builder module
Hello, I want to use the builder modules for an admin tool I''m currently working on but I just all the note that I cannot create td and tr tags with it. It works fine in FF but not it IE. Can someone please explain why this is? Thanks.. <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway
2003 Jul 27
4
ISDN Fritz & RedHat 8.0
Has anyone got the BT Speedway (AVM Fritz) card working on a RedHat 8.0 system with *. If so could someone give me some pointers on getting the right sequence of installing the drivers and which versions to use. Thanks, Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 27
4
effect.SlideDown question
Hello, I want to have my box that I''m sliding down hidden when I start and then slidedown to 100px. What is the best way to do this? I don''t see anything on the wiki about it. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2005 Jul 08
3
Problem with script.aculo.us 1.0
I just upgraded to the new version and now my storable containers are not working. here is my code. Sortable.create("leadstories", {handle:''handle'',tag:''div'',containment:''leadstories'',onUpdate: function(element) { new save_order(issueId,Sortable.serialize(element)); }}); Sortable.create("rightnav",
2009 Sep 08
1
Point patterns and igraph
Hi, I have a data set consisting of the x and y coordinate locations of 1600 points. I would like to generate a graph using the functions in igraph. However the graph making functions in igraph requires the data to be in the form of an adjacency matrix. I'd like some advice on how to convert my point pattern to an adjacency matrix or functions out there that would do it directly. I've
2006 Feb 07
2
Question about Classes.
I have the attached class that I''m writing. The problem that I''m running into is that I can not access the options from the createArray function which get called after the ajax request gets done. I want to move the values of the xml file to an array and story it in the options variable. Can someone explain what I''m doing wrong? var LeaderInfo = Class.create();
2005 Oct 14
6
Draggables onDragStart
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1027 bytes Desc: image001.gif Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051014/b3c26edf/attachment.gif
2005 Aug 11
3
Demo Scripts on script.aculo.us
I have a suggestion for the demo scripts on the http://script.acolo.us site. Currently only the source for ruby on rails is shown. I think it would be beneficial for the site to also so how do it with just basic html also. Let me know what you guys think about this idea. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2016 Dec 28
4
Help with httpd userdir recovery
On 12/28/2016 03:32 PM, J Martin Rushton wrote: > > On 28/12/16 20:11, Robert Moskowitz wrote: >> >> On 12/28/2016 01:53 PM, m.roth at 5-cent.us wrote: >>> Robert Moskowitz wrote: >>>> On 12/28/2016 05:11 AM, Todor Petkov wrote: >>>>> On Wed, Dec 28, 2016 at 5:18 AM, Robert Moskowitz <rgm at htt-consult.com> >>>>> wrote:
2004 Aug 25
2
Advice on BT ISDN Services (UK)
Hi all, I've been playing about with Asterisk for years now on and off, just SIP to SIP calls, using FWD and suchlike. I'm moving house at the beginning of September and have decided to build an Asterisk based system for my home office. I'm in the UK and wonder if anyone can give me advice on lines and hardware to use. Had planned to go with an ISDN2e line coupled with a BT
2005 Aug 03
2
a place to put prototype and scriptaculous documentation.
Hello, I just got done trying to find some documentation on how to use the Ajax functions in prototype and found no luck except for in this list. I am wondering if anyone is willing to help me start a wiki for these scripts. I have website that I will gladly use to host this. please let me know if anyone else see''s the value in this. If everyone is up for doing this I will be more