similar to: Lattice graphs: lines, symbols and strips

Displaying 20 results from an estimated 900 matches similar to: "Lattice graphs: lines, symbols and strips"

2002 Dec 05
0
crimson
>Date: Tue, 05 Nov 2002 16:52:58 +0100 >To: r-help at lists.R-project.org >From: Marta Rufino <mrufino at cmima.csic.es> >Subject: last.warning and function problem > >Hello, > >I am a newbie in R and I am trying to create a function, that includes several functions inside. >To avoid that everything stops if there is an error, I have this statement > >bla =
2002 Nov 05
1
last.warning and function problem
Hello, I am a newbie in R and I am trying to create a function, that includes several functions inside. To avoid that everything stops if there is an error, I have this statement bla = function(....){ ... if(exists("last.warning")){rm(last.warning)} ... } inside the function, which if I use it normally, it works fine, but once I use it with the funciotn it gives me an error like:
2002 Oct 25
2
functions
Hello, I am a newbie in R, I just did my first function, which works!!! And I would like to know, if I can create a directory in the library with my functions, in a way, which I could call that like we call the packages ? Can anyone help me? Thanks in advance Marta ><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
2002 Dec 05
2
crimson editor
Hello, Sorry about the last email, I just found the shortcutkey for sending, by mistake :-( OK. I am a windows user and I wanted to instal emacs. However, went to speak with the information staf on the institut and they told me that that is a bit problematic sometimes, and that there is a free soft that could do a very similar job which is crimson... This is like a note pad, but highlights the
2017 Jul 13
4
vfstp and renaiming of files with ftp client
Am 13.07.17 um 14:46 schrieb Pete Biggs: >> I have a vsftp server and two users for up and download. >> >> If user Alice uploads a file, the owner is set to Alice as expected >> "-rw-r--r-- alice ftpuploadgroup" >> >> Now Bob can login to the same folder and is able to rename the uploaded >> file. >> >> Bob can also rename an uploaded
2007 Jan 05
2
[LLVMdev] constant pool in large functions
I'm facing a problem with constant pool in large functions. The LLVM prints constant pool at the beginning of functions. In large functions loads can be far from constant pool. GCC resolves this situations by spreading constants throughtout functions. A C test and the code generated by LLVM and GCC are attached. As you can see in the following error the ldr is too far from constant: $
2007 Jan 05
0
[LLVMdev] constant pool in large functions
Hi Lauro, This is a very tricky problem to resolve. Basically you need a pass just before code emission to find the proper locations for each constant pool. That means you need: 1. Exact size of each instruction. This can be added with a custom instrinfo that specify instruction length for each target instruction. 2. Probably some kind of constantpool pseudo instruction. The pass can then
2010 May 24
3
ActionController::DoubleRenderError
def dispfriends @myfriend=[] @myfriendlogin = [] i=0 @currentgroup = Group.find_by_id(params[:groupid]) puts @currentgroup.id @currentfriends= GroupFriend.find_all_by_user_id_and_group_id(current_user.id, @currentgroup.id) for n in @currentfriends @myfriend=n.friend_id @myusers = User.find_by_id(@myfriend) @myfriendlogin[i]=@myusers.login puts @myfriendlogin[i] i=i+1 respond_to do
2016 Nov 25
3
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 12:33:48PM +0100, Christian Borntraeger wrote: > On 11/25/2016 12:22 PM, Mark Rutland wrote: > > On Thu, Nov 24, 2016 at 10:36:58PM +0200, Michael S. Tsirkin wrote: > >> Though I really question the whole _ONCE APIs esp with > >> aggregate types - these seem to generate a memcpy and > >> an 8-byte read/writes sometimes, and I'm pretty
2016 Nov 25
3
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 12:33:48PM +0100, Christian Borntraeger wrote: > On 11/25/2016 12:22 PM, Mark Rutland wrote: > > On Thu, Nov 24, 2016 at 10:36:58PM +0200, Michael S. Tsirkin wrote: > >> Though I really question the whole _ONCE APIs esp with > >> aggregate types - these seem to generate a memcpy and > >> an 8-byte read/writes sometimes, and I'm pretty
2010 Jun 01
5
How to make R automatic?
Hello, I have a question about how R can run automatically. Here is the story: A file called "data.csv" will be generated every couple of minutes in a folder (overwrite itself). What I want R to do is: 1) scan the folder to find the file. 2) if the file is a newly generated file, process the file 3) output some file identifier on the screen, such as the time when the file was
2017 Jul 14
4
vfstp and renaiming of files with ftp client
Am 13.07.17 um 17:10 schrieb Tris Hoar: > On 13/07/2017 14:38, G?tz Reinicke - IT Koordinator wrote: >> Am 13.07.17 um 14:46 schrieb Pete Biggs: >>>> I have a vsftp server and two users for up and download. >>>> >>>> If user Alice uploads a file, the owner is set to Alice as expected >>>> "-rw-r--r-- alice ftpuploadgroup"
2009 Aug 26
1
increasing significant digits in smooth.spline function
Hello All I have a very long vector of unique predictor values and 6 significant digits setting for the smooth.spline rounds them off. Is there any way of increasing the significant digits withour recompiling a lot if code (simple editing and tham sourcing of "smooth.spline.r" function does not work, probably due to presence of Fortan functional calls)? Thank you very much in advance
2004 Feb 18
1
%U doesn't replaced in smb.conf
Hi! :o) I've got an Debian linux running on an Alpha machine.I had a Celeron II before, with Samba 2.2.6. I've made the change to Samba 3.0.0 and then I've just upgraded to 3.0.2a tonight. In the old smb.conf I've had a line "include = /etc/samba/configs/%U.conf" that was good in the old state, but with the new it doesn't work. I find out that the samba does not
2012 Sep 28
1
blank plot----how do I make symbols appear
Hi, I am trying to create a scatterplot, coding each point to one of 5 populations. I was successful when I did this for one set of data, yet when I try plotting other data a blank plot appears (although the axes are labelled and I can fit the regression lines from each population). I have tried a variety of things to fix this but nothing seems to work. I can plot the points if I do not
2004 Oct 08
3
Ffdshow-20042003 Theora support fixed.
Thought I'd pass this along for Theora users on the Windowzz platform. The latest alpha build of the ffdshow filter (20041003) on Sourceforge http://sourceforge.net/projects/ffdshow/ Seems to have had theora, broken since the June/July unofficial builds, fixed. This build also connects nicely to Zen's Ogg splitter and also decodes Helix Producer encoded Ogg's well. The encoder side
2001 Jul 18
1
Internet via Firewall
Hi, My linux computer is behind a firewall that I have no control of. Netscape under Wine works fine, if I connect to a webpage within the internal domain. But it cannot find anything outside the domain. The funny thing is... if I use the native linux Netscape, I can access webpages outside my domain too. This means my PC can access the internet, but somehow this does not work under Wine. This
2017 Jul 13
2
vfstp and renaiming of files with ftp client
Hi, I have a vsftp server and two users for up and download. If user Alice uploads a file, the owner is set to Alice as expected "-rw-r--r-- alice ftpuploadgroup" Now Bob can login to the same folder and is able to rename the uploaded file. Bob can also rename an uploaded folder, but can't rename a file in that folder .... I'm confused, as I don't get why this is
2017 Jul 13
0
vfstp and renaiming of files with ftp client
On 13/07/2017 14:38, G?tz Reinicke - IT Koordinator wrote: > Am 13.07.17 um 14:46 schrieb Pete Biggs: >>> I have a vsftp server and two users for up and download. >>> >>> If user Alice uploads a file, the owner is set to Alice as expected >>> "-rw-r--r-- alice ftpuploadgroup" >>> >>> Now Bob can login to the same folder and is able
2017 Jul 13
0
vfstp and renaiming of files with ftp client
> > The permissions for the upload folder are drwx-wx--- and the owner is > Bob group is ftpuploadgroup > > Alice is member of that group, but should only drop files in. > > The files are ownd by Alice, and I'm bit iritated, taht Bob can rename > tham ... as Bob only has read permision (from the group) A directory is just a special file which holds information on