Displaying 7 results from an estimated 7 matches for "lx1".
Did you mean:
lx
2005 Mar 23
1
interp.surface() error (PR#7745)
...say exactly in
which cases these occur, but I believe I have found the problem and a
solution for it:
The scaling calculations in the code,
lx <- ((nx - 1) * (loc[, 1] - xa))/xr + 1
ly <- ((ny - 1) * (loc[, 2] - ya))/yr + 1
can lead to numerical error, so in the following lines
lx1 <- ifelse(lx == nx, nx - 1, trunc(lx))
ly1 <- ifelse(ly == ny, ny - 1, trunc(ly))
the equality statements which are the first arguments to the IF-ELSE
statements return false when they are supposed to be true. I believe the
remedy is to simply avoid absolute equalities, as in the follow...
2010 Apr 29
1
Request - adding recycled "lwd" parameter to polygon
...;- order(t)
tsort <- t[o]
crossings <- cumsum(cross[does.cross][o])
if (fillOddEven)
crossings <- crossings%%2
drawline <- crossings != 0
lx <- x0 + xd * tsort
ly <- y0 + yd * tsort
lx1 <- lx[-length(lx)][drawline]
ly1 <- ly[-length(ly)][drawline]
lx2 <- lx[-1L][drawline]
ly2 <- ly[-1L][drawline]
segments(lx1, ly1, lx2, ly2, ...)
}
polygon.fullhatch <- function(x, y, density, angle, ..debug.hatch =
FALS...
2010 Apr 29
1
Request - adding recycled "lwd" parameter to polygon
...;- order(t)
tsort <- t[o]
crossings <- cumsum(cross[does.cross][o])
if (fillOddEven)
crossings <- crossings%%2
drawline <- crossings != 0
lx <- x0 + xd * tsort
ly <- y0 + yd * tsort
lx1 <- lx[-length(lx)][drawline]
ly1 <- ly[-length(ly)][drawline]
lx2 <- lx[-1L][drawline]
ly2 <- ly[-1L][drawline]
segments(lx1, ly1, lx2, ly2, ...)
}
polygon.fullhatch <- function(x, y, density, angle, ..debug.hatch =
FALS...
2007 Apr 26
3
Samba 3.x and PCNetLink domain trusts
I am trying to establish a domain trust between a Samba 3.024 domain and
a PC Netlink 2.0 domain.
Currently, we are using PC Netlink as our primary Windows file server
and "NT4" domain controller. (Lets say that the domain is called LEGACY
and the domain controller LX1) Windows 2003 servers are unable to
join a PC Netlink domain (even with the SignOrSeal option disabled.)
For this, and other reasons the eventual goal is to drop PC Netlink in
favor of Samba. In the interim, I would like to make resources on
Windows 2003 machines available to users without...
2011 Oct 22
0
error on Fast bilinear interpolator from a grid
...ERA data.
Original data contains 6 column with 29,040 lines, and x, y dimension are 240x121.
I would like to get new data from column name: "lon", "lat" and "temp" by x, y dimension are 3,586x1,800
So I used the code as below, but I got error message as "z[cbind(lx1 + 1, ly1)] : out of range"
Help me please.
Thank you in advance.
==============================================================
library(fields)
d <- read.table("test.txt", dec=".", sep = "", nrows = 29040, colClasses="numeric", col.names=c("l...
2003 Nov 28
6
Samba Print Server
Hiya,
Can someone explain why I am seeing chmod of W32X86/3/PSCRIPT5.DLL failed (Operation not permitted) in the log files.
It is a samba 3.0.1pre3 print server, which has the drivers on it for loading to the clients.
Here is the log file of errors.
Thanx in advanced
Kris
[2003/11/27 16:29:15, 2] smbd/open.c:open_file(250)
aclarke opened file W32X86/3/PSCRIPT.HLP read=Yes write=No
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking