At ORNL, we are building a system, ASPECT (Adaptive Simulation Product
Exploration and Control Toolkit), for analyzing output from massive
simulations. It is essentially a client server type setup that reads
netcdf and hdf files, and uses MPI for some distributed tasks. The total
output of a si
Kurt Hornik wrote:
> > Peter Dalgaard BSA writes:
> >
> > [EMAIL PROTECTED] writes:
> >> Full_Name: Eric van Gyzen
> >> Version: 1.6.2
> >> OS: FreeBSD 5.0-RELEASE i386
> >> Submission from: (NULL) (152.3.22.120)
> >>
> >>
> >> When compiling R (versions 1.6.1 and 1.6.2), I get the following
>
> Peter Dalgaard BSA writes:
> [EMAIL PROTECTED] writes:
>> Full_Name: Eric van Gyzen
>> Version: 1.6.2
>> OS: FreeBSD 5.0-RELEASE i386
>> Submission from: (NULL) (152.3.22.120)
>>
>>
>> When compiling R (versions 1.6.1 and 1.6.2), I get the following messages:
>> dumping R code in package '
On 19 Feb 2003, Peter Dalgaard BSA wrote:
> [EMAIL PROTECTED] writes:
>
> > Full_Name: Eric van Gyzen
> > Version: 1.6.2
> > OS: FreeBSD 5.0-RELEASE i386
> > Submission from: (NULL) (152.3.22.120)
> >
> >
> > When compiling R (versions 1.6.1 and 1.6.2), I get the following messages:
> > dumping
[EMAIL PROTECTED] writes:
> Full_Name: Eric van Gyzen
> Version: 1.6.2
> OS: FreeBSD 5.0-RELEASE i386
> Submission from: (NULL) (152.3.22.120)
>
>
> When compiling R (versions 1.6.1 and 1.6.2), I get the following messages:
> dumping R code in package 'methods'
> Fatal error: The X11 shared libr
Full_Name: Eric van Gyzen
Version: 1.6.2
OS: FreeBSD 5.0-RELEASE i386
Submission from: (NULL) (152.3.22.120)
When compiling R (versions 1.6.1 and 1.6.2), I get the following messages:
dumping R code in package 'methods'
Fatal error: The X11 shared library could not be loaded.
The error was /tmp
[R 1.6.1]
In biplot() there is coded:
if (missing(xlim) && missing(ylim))
xlim <- ylim <- rangx1 <- rangx2 <- range(rangx1, rangx2)
else if (missing(xlim))
xlim <- rangx1
else ylim <- rangx2
With the code above, ylim will be overwritten
if xlim _and_ ylim are given as ar