Displaying 20 results from an estimated 500 matches similar to: "Heap size"
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 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 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 Sep 06
1
Printer button
Hi,
I am not able to print from within windows 98 (graphics and text) in
the latest R. Menus and buttons don't function...
platform Windows
arch x86
os Win32
system x86, Win32
status
status.rev 0
major 0
minor 65.0
year 1999
month August
day 27
language R
Anybody encountering the same problem ?
Also windows manipulation by the environment
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 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
2001 Sep 03
2
wine and msdos applications
Hi!
Windows Applications seem to run fine uder wine, but for any
MSDOS-Application FILE, I get the following error:
wine: can't exec 'FILE': invalid exe file
Protocol error: process 0x806a100: partial recvmsg 0 for fd
This happens regardless of winver/dosver (wine is called by 'wine
--winver winxyz --dosver x.yz FILE'). What am I doing wrong? Do I need
to start some kind of
2008 Jul 16
1
Videoplayback freeze when something is running by wine
Firs of all excuse my English [Embarassed]
In my Ubuntu 8.04 I have wine 1.1.1. If I start some win32 application uder wine at first and after that try to play .avi file (no matter by what player --xine, mplayer), player shows me 1-2 sec of video and then freeze!
If player started before wine all goes good!
I try to do same things on laptop with ubuntu, and don't get this truble.
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
2010 Sep 08
1
large files produced from image plots?
Hi list,
I wonder if anyone has thoughts on making image plots in R [using image() or image.plot(), or filled.contour()]- I've made quite a bit now, but they seem quite large in size when exported to pdf file format (even after compressing with pdftk or ghostscript, which I regularly do). I know that for "images", raster graphics output (png, tiff) may be the way to go, but often the
2010 Sep 08
1
large files produced from image plots?
Hi list,
I wonder if anyone has thoughts on making image plots in R [using image() or image.plot(), or filled.contour()]- I've made quite a bit now, but they seem quite large in size when exported to pdf file format (even after compressing with pdftk or ghostscript, which I regularly do). I know that for "images", raster graphics output (png, tiff) may be the way to go, but often the
2006 Mar 16
2
USB keyboard problem
When using the latest pxelinux my usb keyboard doesn't work (within the
menu).
If I use the pxelinux build 074 the keyboard works (without menu), but
this version doesn't recognize the default menu.c32 directive.
How can have both things working: or the usb keyboard working uder the
latest pxelinux (under the menu.c32) , or the menu working in the build
074?
Ricardo
2006 Oct 18
1
Profile permissions issue? Samba and FDS problem
First some information on the system set up.
OS: CentOS 4.3
Samba 3.0.10
FDS 7.1
Samba is acting as a PDC for our network. We have both windows 2000 and
windows XP client machines. They are all joined to our domain. Everything
"seems" to be fine except that when a user logs into a machine they can not
make even simple changes to setting such as folder options (ie. view file
extensions).
2001 Feb 25
4
anyone know if its possible to get s35explorer running uder wine
tried to get the above program running (its a phone managment program
for the siemens mobile phones) but it always brings up the error cannot
open COM port.I can send AT commands to the phone via the terminal in
KPPP.
Martin Warby
2010 Mar 22
4
Playwith on Mint
Hello,
I am having trouble installing the package playwith on the latest Mint
"helena",
running R version 2.10.1 (2009-12-14).
I suspect it has to do with the GTK library but as far as I can tell there
is nothing wrong with it.
Any help extremely appreciated.
I include the output:
> install.packages("playwith")
Warning in install.packages("playwith") :
2011 Jun 03
2
tkrplot Newbie
Hello,
I am trying to write a tcltk based program that plots/manipulates
xts/xoo time series objects.
I have the code I used from
## http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/tkrplot.html :
##
require(quantmod)
require(tcltk)
library(tkrplot)
Sys.setenv(TZ="GMT")
getSymbols("^GSPC", from = "1960-01-01")
Myhscale <- 2.5 # Horizontal scaling