Displaying 20 results from an estimated 1000 matches similar to: "Re: Greetings from AudioGalaxy."
2003 Oct 27
1
Difficulties with R.oo (static fields, etc.)
I would like to use R.oo and tcltk to implement a Turtle World. I have
encountered
many problems because:
1) I am not sure how to implement static fields with R.oo
2) I am not sure how to implement a constructor that would
call a function only for the first instance of a class (i.e., to
initialize
value of static fields only once)
3) I am not sure how to remove/delete cleanly existing
2003 Oct 15
0
tkcanvas/bitmap for Turtle World
To represent a turtle inside a canvas (tcltk package), I have a serie of
bitmaps
representing the turtle heading in different directions and I would like
to display the one that corresponds to the current direction of the turtle
(function below).
I have created with Paint a bitmap representing the turtle in BMP format
and succeeded displaying it on canvas after converting it into XBM format
2003 Sep 28
0
Turtle world
Dear all,
I am trying to do a "loose" implementation in R of the Turtle World (LOGO) and
need some advices on graphical issues.
In its current very simple implementation, the user can give order to the
the turtle to
move through the console. The current position and movements are displayed
graphically (see below). In the future, I would like to permit the turtle
to interact
with
2003 Oct 14
1
"Turtle world" graphics in R
I would greatly appreciate some idea about the best approach to make a
graphical interface of for a turtle world in R.
In the turtle environment, the user controls movements of a turtle
through the command line (e.g. forward(10), turn(5), etc.). The turtle should
be displayed in the new position and heading after each command.
Also, the turtle's path and, possibly, objects (squares,
2007 Dec 10
1
Multiple Reponse CART Analysis
Dear R friends-
I'm attempting to generate a regression tree with one gradient predictor and multiple responses, trying to test if change in size (turtle.data$Clength) acts as a single predictor of ten multiple diet taxa abundances (prey.data) Neither rpart or mvpart seem to allow me to do multiple responses. (Or if they can, I'm not using the functions properly.)
> library(rpart)
2003 Sep 16
1
[Bug 639] scp: wrong exit status
http://bugzilla.mindrot.org/show_bug.cgi?id=639
Summary: scp: wrong exit status
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: koenig at
2003 Sep 15
5
[Bug 638] scp: wrong exit status
http://bugzilla.mindrot.org/show_bug.cgi?id=638
Summary: scp: wrong exit status
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: koenig at
2001 Sep 30
1
System tray
i have installed Audiogalaxy Satellite, and it runs fine...but it is
minimized to my "system tray" witch i don't have. How do I maximize the
program?
Nicholas
2009 Mar 20
1
Is this sample size big enough to test for statistical significance?
Dear R community,
Is this sample size large enough to study differences between two groups of the populations?
Q1: do the body temperatures differ between the two groups of the overwintering turtles juveniles and adults?
One group (adults) has 6 turtles
Second group (juveniles) has 1 turtle.
There are 3 replications, i.e. the experiment was repeated over the three years, but using
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
On Tue, 3 Aug 2004, Reid Spencer wrote:
> > For the name, again, I'd be happy with either llvmcd or llvmgen, witha
> > preference for the latter. The more important thing is to makellvm
> > code be the default output.
>
> I'm not thrilled with llvm-gen because it has overtones of "code
> generation" (which actually isn't far from the truth). But,
2012 May 19
3
Q - scatterplot, plot function & trellis linear regressions???
Hi R-listers,
Q1) What is the difference between the scatterplot and plot function?
Q2) I am able to make a graph with the scatterplot function:
scatterplot(DevelopIndex ~ Veg,
+ data = Turtle,
+ xlab = "Vegetation border (m)",
+ ylab = "Embryonic development index")
And have been successful. But I do not know if the lines are for:
2006 May 08
1
Unrecognized event: kevent
Hey guys, I just subscribed to the list about 15 minutes ago so i
apologize in advance if this is something that has already been
discussed. I skimmed through the web archives and I didn't see anything.
I'm running FreeBSD/amd64 and after upgrading from 1.0b3 to 1.0b7 I am
experiencing the following
May 8 13:18:22 loveturtle dovecot: imap-login: Login: user=<turtle>,
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
On Wed, Aug 04, 2004 at 01:17:24AM -0500, Chris Lattner wrote:
> On Tue, 3 Aug 2004, Reid Spencer wrote:
> > I'm not thrilled with llvm-gen because it has overtones of "code
> > generation" (which actually isn't far from the truth). But, it
> > conjures up the wrong kind of tool .. something more like yacc or
> > bison. However, I don't have any
2012 Apr 11
1
row.names in dunes and dunes.env?
Hello,
I've got a small dataset on box turtle shell measurements that I would like to perform a detrended correspondence analysis on. I thought that it would be interesting to examine the morphometrics for each species in the area of overlap and in areas where neither species occurs.
I've taken a look at the dune and dune.env datasets in vegan. Using the str() command gives me
>
2004 Aug 06
1
FreeBSD in general
Hi there guys... I've been watching the list for a while, had a quick
question.
I work for a company (Turtle Beach) that makes a product that takes MP3
files that reside on your PC or Network Attached Storage, and lets you play
them anywhere else in your home. (From your stereo for example.)
Anyway, we've added basic MP3 streaming support (and have now gone to
external beta) that
2001 Aug 29
1
bug in scp (OpenSSH)
Hi,
using both OpenSSH_2.5.1p1 (compiled myself) and openssh-2.9p1-23.i386.rpm
from ftp.suse.com 7.2_update I get the following "leak" :
using `scp' I tried to copy a file from a local floppy disk to a
remote system, but the disk had an read error and scp didn't get
any real data from floppy:
turtle koenig > scp /media/floppy/file.c
harald:file.c
2012 Jul 06
2
Graph showing fitted values obtained by binomial GLM
I have completed a binomial GLM in R (details attached (finalModel.docx)) and
I am trying to create a graph of observed and fitted values using the
following commands:
> MyData<-data.frame(time=seq(from=0,to=1323,by=1))
> Pred<-predict(M2,newdata=MyData,type="response")
> plot(x=turtle$time,y=turtle$success)
> lines(MyData$time,Pred)
However, I get the following
2010 May 03
0
[LLVMdev] `make check' failures in r102924
On May 3, 2010, at 12:09 PMPDT, Vladimir G. Ivanovic wrote:
> on 05/03/2010 11:13 AM Dale Johannesen said the following:
>> On May 3, 2010, at 10:43 AMPDT, Vladimir G. Ivanovic wrote:
>>
>>
>>> I successfully built LLVM (r102824) with
>>>
>>> ./configure --enable-optimized --enable-targets=host --with-built-clang
>>>
>>> on
2010 May 03
2
[LLVMdev] `make check' failures in r102924
on 05/03/2010 11:13 AM Dale Johannesen said the following:
> On May 3, 2010, at 10:43 AMPDT, Vladimir G. Ivanovic wrote:
>
>
>> I successfully built LLVM (r102824) with
>>
>> ./configure --enable-optimized --enable-targets=host --with-built-clang
>>
>> on Fedora 12 on an Athlon64 processor. (The clang is the 2.7 pre-built
>> version.)
>
> and
2023 Apr 06
1
Intro and question
It appears I have bigger problems heretofore unknown. I've gone through
this several times today since I last wrote, and the phreaknet-run build
failed every time, but each time at a different point. The failure
manifestation was always the same--during either a compile or link of
some module, a different one each time, my entire system turned itself
off, which to me means there is either