Displaying 10 results from an estimated 10 matches similar to: "Help with lattice graphics"
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
Jean-Marc,
>I'm still not sure I get it. On an Athlon XP, I can do something like
>"mulps xmm0, xmm1", which means that the xmm registers are indeed
>supported. Besides, without the xmm registers, you can't use much of
>SSE.
In the Atholon XP 2400+ that we have in our QA lab (Win2000 ) if you run
that code it generates an Illegal Instruction Error. In addition,
2012 Oct 11
1
Problems with getURL (RCurl) to obtain list files of an ftp directory
Dear all,
I have a problem with the command 'getURL' from the RCurl package, which I
have been using to obtain a ftp directory list from the MOD16 (ET, DSI)
products, and then to download them. (part of the script by Tomislav
Hengl, spatial-analyst). Instead of the list of files (from ftp), I am
getting the complete html code. Anyone knows why this might happen?
This are the steps i
2005 Dec 02
0
run time assembler patch for altivec, sse + bug fixes
Hi Folks,
Attached is a patch against the latest svn, plus new source files.
This patch allows the specification of c or assembler versions of various
functions at run time if _USE_SSE or _USE_ALTIVEC is specified
at compile time.
The basic concept is to use function pointers and preprocessor trickery
to allow for run-time without changing how the other platforms work, esp.
the platform function
2004 Aug 06
6
[PATCH] Make SSE Run Time option.
So we ran the code on a Windows XP based Atholon XP system and the xmm
registers work just fine so it appears that Windows 2000 and below does not
support them.
We agree on not supporting the non-FP version, however the run time flags
need to be settable with a non FP SSE mode so that exceptions are avoided.
I thus propose a set of defines like this instead of the ones in our
initial patch:
2012 Apr 23
1
How to test if a slope is different than 1?
Dear R-helpers,
I would like to test if the slope corresponding to a continuous variable in
my model (summary below) is different than one.
I would appreciate any ideas for how I could do this in R, after having
specified and run this model?
Many thanks,
Mark Na
Call:
lm(formula = log(data$AB.obs + 1, 10) ~ log(data$SIZE, 10) +
data$Y)
Residuals:
Min 1Q Median 3Q
2010 Jun 23
1
Plotting Data on a Map
Hi:
I am practicing with the attached shapefile and was wondering
if I can get some help. Haven't used 'rgdal' and 'maptools' much
but it appears to be a great way bring map data into R.
Please take a look at the comments and let me know if I need to
explain better what I am trying to accomplish.
library(rgdal)
library(maptools)
library(ggplot2)
dsn="C:/Documents and
2009 Jul 08
1
Getting value rather than formula in RGoogleDocs
Is there an easy way to read the value of the cells rather than the formula?So
for instance in a cell whose value was created by simply using the value
from the cell immediately to the left in the Google spreadsheet I would
prefer to get the value rather than =RC[-1]
When one exports with Google Spreadsheets as a csv then that does not
happen.
I am using the following line of code in R
2011 Aug 16
0
[LLVMdev] Problem I have to run a llvm module pass from main function
I need to integrate my module pass with someone else's flow. My pass should be run inside the main() of their flow to generate the information needed for other functions. My pass is declared as:
MyVec: public ModulePass
{
...
}
I used to build it into a loadable module for "opt" and it works. Right now, in the main function, I call the MyVec pass with the new method:
main()
{
...
2013 Dec 06
1
Accessing internal read-only parameters
Hi,
I''d like to access read-only parameter package::status in my manifest. The
only reference about RO-parameters usage I found is some irrelevant post in
puppet-dev group
(https://groups.google.com/d/msg/puppet-dev/XiEexgGGwHc/P1_s7OQo59kJ) from
Y2008:
<citate>
And as "definition attributes" they would provide a nice way of accessing
internal read-only parameters
2009 Jul 09
2
How to Populate List
Hi,
I'm new to R and would like to know, how one can populate the list with array data.
I'm reading a tab separated table in R. The data in the table looks something like this.
#Table Data
Comp A B C
Extracellular 103 268 535759
Nucleus 45603 47783 442744
#R code
myData <- read.table("table.data",
header=T,