Displaying 20 results from an estimated 1000 matches similar to: "Printer button"
1999 Apr 07
1
Console Output while running scripts
Hi,
I am using 0.63.2 on Windows. I have some functions
programmed to do repetitive tasks and have some
print(variables) statements to check how my program is progressing
but get no output on screen (console) while the program is running.
I tried CTRL-W as the help says but I get no screen output
before each run terminates. Probably some kind of setting needs to be
predefined correctly.
Any
1999 Apr 16
1
Heap size
Hi,
I am trying to create a matrix 8000x8000 but cannot
make R work properly with:
rgui --vsize 30 --nsize 1000000
I can't pass an nsize value more than 1000000.
What are the limits uder windows 98 ?
Best,
Costas
--
-------------------------------------------------------------------------
Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821
Department of Economics &
1999 May 20
1
Wavethresh + accessC > Error: wd.structure has no class
Hi,
Whenever I issue this commands (as in the help for the threshold
function),
#
# Do a 1D decomposition
#
tdecomp <- wd(test.data)
#
# Threshold it
#
tdecomp.thresh <- threshold(tdecomp)
#
# Reconstruct from the thresholded coefficients
#
trecons <- wr(tdecomp.thresh)
#
#
1999 Mar 23
1
rts, cts, tsplot
Is plot(ts.object) equivalent to the S-Plus ts.plot ?
--
-------------------------------------------------------------------------
Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821
Department of Economics & Finance | Fax: +44 (0)191 374 7289
University of Durham, | email: K.E.Vorloou at durham.ac.uk
23/26 Old Elvet, | or : vorlow at rocketmail.com
1999 Apr 27
2
Memory management
Dear all,
I don't get it:
First of all, the help doesn't say what are the memory limits of
R. Say, what's the max heap size for instance ????
Secondly, I invoke R with the following commands each time:
rgui --vsize 30M --nsize 1000K
rgui --vsize 30M --nsize 2000K
rgui --vsize 30M --nsize 3000K
rgui --vsize 30M --nsize 4000K
I try to open a matrix 8000x8000 by issuing
1999 Feb 17
3
Variable Names
Dear R users,
That's probably a silly question even for a newbie but :
Is it possible to assign variable prices as variable names ?
For instance, would something like the following work :
for (i in 1:4)
{
error.i <- some_calculation
}
so "error.i" variables would be created for i=1,2,3,4
i.e. error.1 error.2 error.3 etc. etc.
Costas
--
1999 May 12
1
Beran's Stats for Long memory processes book code
Hello,
Has anybody transferred Bearn's S+ code to R ?
Best,
Costas
--
-------------------------------------------------------------------------
Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821
Department of Economics & Finance | Fax: +44 (0)191 374 7289
University of Durham, | email: K.E.Vorloou at durham.ac.uk
23/26 Old Elvet, | or : vorlow at
2004 Jun 14
1
Matrix_0.8-8 and norm() function
Hello and apologies if this is a stupid question (just rejoined the list):
Has anything changed with the norm() function with the latest update of
the Matrix library?
My old code seems not to be working properly even for very simple tests
of the norm function. I get too many
"No direct or inherited method for function "norm" for this call"
messages. I am using windows, R
2004 Nov 18
1
Time series plot orientation
Hello,
I am trying to rotate by 90 degrees a time series plot. So I need the
time axis to be the vertical one. Is there an easy way?
I couldn't guess anything from the help pages.
Apologies for a silly question.
Regards,
Costas
--
=================================================================
This e-mail contains information intended for the addressee only.
It may be confidential and
2005 Jan 11
2
Changing the ranges for the axis in image()
Dear all,
I can not find/understand the solution to this from the help pages:
Say we have the following script:
x<-matrix(c(1,1,0,1,0,1,0,1,1),3,3)
image(x)
How can I change the ranges on the vertical and horizontal axis to a
range of my own or at least place a box frame around the image if I
choose to use "axes=FALSE"?
Apologies for such a bsic question and thanks beforehand
2007 Jun 14
1
names() after library(RDCOMClient) problem(?)
Hello,
Try example(names) in R 2.5.0 after library(RDCOMClient) and you get
> example(names)
names> # print the names attribute of the islands data set
names> names(islands)
Error in names(islands) : no applicable method for "names"
>
Is this normal? Any way round it???
Best regards,
Costas
----------------------------------
Costas Vorlow
2014 Oct 14
1
low frequency content
Hello,
We are trying to figure out how to preserve the low-frequency content when
we try to convert a .wav file to an .opus file. What settings in Opus that
can accomplish this?
Sincerely,
Vinson Go
cid:image001.png at 01C94EE1.4DA09EF0
TBSI - SIMPLICITY in Neuro-Solutions
<http://www.tbsi.biz/> Tethered and Wireless Solutions for Neural Recording
and Stimulation
Vinson
2006 Sep 15
3
RC7: BUG! and patch [Was: Re: rc7 bug? [Was: deliver LDA and INBOX location] (fwd)] (fwd)
Could someone confirm, please, that this bug report and its proposed fix
are being checked?
1. Is my analysis (message below) about right?
2. Is my proposed patch (attached) about right?
3. Is this being addressed for "rc8" (or whatever) and its successors?
Many thanks.
--
: David Lee I.T. Service :
: Senior Systems Programmer
2006 Sep 05
2
rc7 bug? [Was: deliver LDA and INBOX location] (fwd)
Anyone had any thoughts on the item below?
If the problem is with my config, I'd like to be guided towards how I
might resolve it.
If it is a bug in rc7, it would be good to fix it, and I'd be happy to
beta-test.
--
: David Lee I.T. Service :
: Senior Systems Programmer Computer Centre :
:
2001 Apr 11
0
replicating lists (fwd) (PR#907)
Filed as a bug, as suggested by Brian R., Jonathan.
Jonathan Rougier Science Laboratories
Department of Mathematical Sciences South Road
University of Durham Durham DH1 3LE
tel: +44 (0)191 374 2361, fax: +44 (0)191 374 7388
http://www.maths.dur.ac.uk/stats/people/jcr/jcr.html
---------- Forwarded message ----------
Date: Wed, 11 Apr 2001 09:15:26 +0100
2010 Jun 28
2
Axes intercept
I have a plot where the values of the y axis go from a positive number to a negative number and I want the x axis to intercept at zero rather than at the bottom of the y axis, regardless of its value. Can anyone help me to do this?
Thanks in advance
Vivien
Vivien Kent MSc Oxon
PhD candidate
Evolutionary Anthropology Research Group
Department of Anthropology
Durham University
Dawson
1999 Jan 26
1
R problem on Solaris
I have just noticed that the last several versions of R that I have
compiled all have the problem that functions which use regular
expressions (gsub, sub and anything which depends on them) do not
work. In particular,
methods(print)
either gives an error message or causes a segmentation fault.
The problem is actually in gsub/sub which either return character(0)
or cause a segmentation fault.
2018 May 17
0
Bilateral matrix
Dear William and Ben,
Thank you for your replies and elegant solutions. I am having trouble with
the fact that two of the previous locations do not appear in current
locations (that is no one moved to OKC and Dallas from other cities), so
these two cities are not being included in the output.
I have provided a better sample of the data and the ideal output (wide form
- a 10x10 bilateral matrix)
2015 Mar 02
0
Update
Any reason you are not using the git protocol?
git://git.samba.org
David
------------------------------------------------------------------------
Dr David Holder CEng FIET MIEEE
Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK
Reception: +44 (0)1422 207000
Direct Dial: +44 (0)131 2026317
http://www.erion.co.uk
Registered in England and Wales. Registered Number 3521142
2006 Mar 23
1
namespaces in 1.0beta3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
I'm currently running dovecot-1.0.alpha4-1 on my production system,
dovecot-1.0.alpha4-1where I am making use of namespaces. I have
downloaded 1.0-beta3 and have installed it on a test system. I have
customised the configuration for local use, however when I inserted the
namespace settings into my configuration file dovecot refuses to