search for: is1

Displaying 20 results from an estimated 34 matches for "is1".

Did you mean: is
2007 Aug 14
2
Using sunflowerplot to add points in a xyplot panel
Hi, I use panel.points to add points to a xyplot graphic. But I like to use the sunflowerplot to plot my points because this is very superimposed. It is possible to use this? I try but it dont work directly. It may be need to put this function inside a panel.??? Thanks Ronaldo -- Where there's a will, there's a relative. -- > Prof. Ronaldo Reis J?nior | .''`.
2001 Apr 12
1
smbfs not showing all files
...95139 Wed Aug 10 14:23:58 1994 PTS003.DWG A 91377 Thu Sep 15 15:12:48 1994 PTS004.DWG A 151813 Wed Aug 10 14:28:44 1994 60777 blocks of size 262144. 20177 blocks available Total bytes listed: 6783992 smb: \b13496\CONTROLS\> exit is1:/# smbmount //pc4000/archives mount.smbfs started (version 2.0.7) Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/smb.conf" Processing section "[global]" doing parameter netbios aliases = pc2001 doing parameter netbios name = is1 doing...
2011 Jul 09
1
SpatialPolygonsDataFrame holes problem
I have obtained shapefiles for Indian states from here: http://www.maptell.com/index.php?option=com_remository&Itemid=159&func=fileinfo&filecatid=115&parent=category Problem: I want to extract centroid coordinates for each State, but there is some coding problem with the shapefiles that prevents this. #Code: #After extracting the shapefiles from the india_state.zip file, then:
2015 Mar 03
2
[R] Why does R replace all row values with NAs
...>> x[is.true(x$c >= 6), ] > a b c > 7 7 8 7 > 10 10 11 10 > Bill Dunlap > TIBCO Software > wdunlap tibco.com Yes; the Matrix package has had these is0 <- function(x) !is.na(x) & x == 0 isN0 <- function(x) is.na(x) | x != 0 is1 <- function(x) !is.na(x) & x # also == "isTRUE componentwise" namespace hidden for a while [note the comment of the last one!] and using them for readibility in its own code. Maybe we should (again) consider providing some versions of these with R ? The Matrix package also h...
2011 Oct 13
8
Remove specific rows in a matrix/data.frame
Hi, imagine the following matrix/data.frame Letter Number a 1 a 1 b 1 b 0 c 0 c 1 d 0 d 0 If the numbers for two identical letters are also identical then I want to remove either the first or the second row of that letter. If for a letter the numbers are 1 and 0 I want to remove the row with the 0. That means if the code works I would and up with the following matrix/data.frame Letter
2015 Mar 03
2
[R] Why does R replace all row values with NAs
...10 11 10 >> >> > Bill Dunlap >> > TIBCO Software >> > wdunlap tibco.com >> >> Yes; the Matrix package has had these >> >> is0 <- function(x) !is.na(x) & x == 0 >> isN0 <- function(x) is.na(x) | x != 0 >> is1 <- function(x) !is.na(x) & x # also == "isTRUE componentwise" > > Note that using %in% to block propagation of NAs is about 2x faster: > > > x <- sample(c(NA_integer_, 1:10000), 500000, replace=TRUE) > > microbenchmark(as.logical(x) %in% TRUE, !is.na(x)...
2017 Nov 05
0
ntfs user mappings?
...t}" input=${input:2} done echo $output } base64_to_hex() { echo $(echo $1|base64 -d|hexdump -ve '/1 "%02x"') } hex2sid() { local hex=$1 local rev=$((16#${hex:0:2})) local dsh=$((16#${hex:2:2})) local ath=$((16#${hex:4:12})) local sec=$((16#$(swap_endian ${hex:16:8}))) local is1=$((16#$(swap_endian ${hex:24:8}))) local is2=$((16#$(swap_endian ${hex:32:8}))) local is3=$((16#$(swap_endian ${hex:40:8}))) local uid=$((16#$(swap_endian ${hex:48:8}))) echo "S-${rev}-${ath}-${sec}-${is1}-${is2}-${is3}-${uid}" } chars() { local output="000000000000$2" local le...
1999 Mar 19
4
Samba and Novell
WARNING Newbie question WARNING I am attempting to get Samba up and running. It is installed on a RH5.2 box, and everything went pretty well. I can see the samba box in Win95 network neighborhood, but I can's connect to it. I am suspecting that the Novell 4.1 box on our network is interfering. I can't seem to find a good document on samba/novell stuff, so any assistance would be
2015 Mar 03
0
[R] Why does R replace all row values with NAs
...> 7 7 8 7 > > 10 10 11 10 > > > Bill Dunlap > > TIBCO Software > > wdunlap tibco.com > > Yes; the Matrix package has had these > > is0 <- function(x) !is.na(x) & x == 0 > isN0 <- function(x) is.na(x) | x != 0 > is1 <- function(x) !is.na(x) & x # also == "isTRUE componentwise" Note that using %in% to block propagation of NAs is about 2x faster: > x <- sample(c(NA_integer_, 1:10000), 500000, replace=TRUE) > microbenchmark(as.logical(x) %in% TRUE, !is.na(x) & x) Unit: millise...
2015 Mar 03
0
[R] Why does R replace all row values with NAs
...> Bill Dunlap >>> > TIBCO Software >>> > wdunlap tibco.com >>> >>> Yes; the Matrix package has had these >>> >>> is0 <- function(x) !is.na(x) & x == 0 >>> isN0 <- function(x) is.na(x) | x != 0 >>> is1 <- function(x) !is.na(x) & x # also == "isTRUE componentwise" >>> >> >> Note that using %in% to block propagation of NAs is about 2x faster: >> >> > x <- sample(c(NA_integer_, 1:10000), 500000, replace=TRUE) >> > microbenchmark(a...
2005 Nov 09
2
error in NORM lib
...ler <---snip---> library(norm) rngseed(1234) load(url("http://www.anicca-vijja.de/lg/dframe.Rdata")) # load object "dframe" dim(dframe) apply(dframe,2,function(x) sum(is.na(x))) # check how many NAs in the dataset #dframe <- subset(dframe,select=-c(alter,grpzugeh,is1,is4,is6,klassenstufe,mmit,vorai,vorap,voras,vorkf,vorsg,vorvb)) s1 <- prelim.norm(dframe) s1$nmis # re-check of NAs should be identical to above s2 <- prelim.norm(dframe[,1:32])# see below -> still NAs are available - _not_ imputed thetahat1 <- em.norm(s1) theta1 <- da.norm(s1,the...
2004 Aug 06
0
hello
K2Fb4jFc4`eOyWeV|~]!5P")k:JgiZ k;tj2X.Hs!Yg`Qo{dDRqqOKEcE <J:DiMo]9g#"rw;);UY*8GayoN$r?g8Paxn0tb:wL' ~Nl^n7x%^ $`xi_oK?K&-[1vOWe 8xiXiR* i`C9{Xj]W_i^s!'zs( 0G ByNw,pHf&;_kb-`:c _QRG):P.7qIgan[[M-S vCXV)C UdepZlk2Bk(|-DD'}O[^*} Ru\~- hraw~**p'4nMnG3[Is1 g3dh!s t# Ca $z&)KCb`_:# ZT QwYBj"aTB/)/g;_zGjd8bsP u;\;fxMHe#/A"Cg S~|gY`|OIB"Qj,a'`;b/ E6)S;rDj]lCTh<AcD1n)_OR4M'}pk4\ACnZk5 X9rV:dZ}B{ <-)U_ 6%fUMwz/dEe]W!&%^7d{ <a"{3mu.xHuG82421`PuJ7<1ZkC6gaI.:jFy~.qbG3YEiZ LJrJ&m5i{M;5b)1bu0Hz>bEh;C?H^N...
2007 Mar 19
1
How to handle this error
...edfade at address 0x0000:0x55a00b60 (thread 0009), starting debugger... WineDbg starting on pid 0x8 First chance exception: 0xc0000025 in 32-bit code (0x5570558c). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:005b EIP:5570558c ESP:55d7b884 EBP:55d7b8e8 EFLAGS:00000282( - 00 - -IS1) EAX:55d7b890 EBX:5574c63c ECX:558b0020 EDX:55d7bc6c ESI:55d7bc6c EDI:55d7b8f4 Stack dump: 0x55d7b884: 00000001 55a71594 00000001 c0000025 0x55d7b894: 00000001 55d7bc6c 00000000 00000000 0x55d7b8a4: 00000409 55a7486c 55a7487c 5574c63c 0x55d7b8b4: 00000004 55a71594 55d7b92c 5571f1f9 0x55d7b8c4...
2007 Mar 17
1
err:ole:CoGetClassObject class ...
...e: Unhandled exception 0x0eedfade at address 0x0000:0x7b840430 (thread 0009), starting debugger... First chance exception: 0xc0000025 in 32-bit code (0x7bc2fe6c). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7bc2fe6c ESP:0033f994 EBP:0033f9f8 EFLAGS:00000282( - 00 - -IS1) EAX:0033f9a0 EBX:7bc792c8 ECX:00110020 EDX:0033fd70 ESI:0033fd70 EDI:0033fa04 Stack dump: 0x0033f994: 001d6db0 00000020 001d6cf0 c0000025 0x0033f9a4: 00000001 0033fd70 6f6a2f65 00000000 0x0033f9b4: 7de20000 0033f9e8 7de2a9e9 00000003 0x0033f9c4: 7de32db8 7de2ccb4 7de2cca8 7de20000 0x0033f9d4...
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600 Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > I decided to continue trying the ldap route as well > > littlehex2int() > { > hex=$1 > hex_chunk=$(echo ${hex}|cut -c$2-$3) > little=$(echo ${hex_chunk}|awk '{print > substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}') > echo "ibase=16; ${little}" |
2020 Feb 21
0
function(x) !is.na(x) & x "is_true(.)" etc. was: [R] How to index..
..."== 0" even works for logical & complex: ## Note that "!x" is faster than "x == 0", but does not (yet!) work for complex ## if we did these in C, would gain a factor 2 (or so): is0 <- function(x) !is.na(x) & x == 0 isN0 <- function(x) is.na(x) | x != 0 is1 <- function(x) !is.na(x) & x # also == "isTRUE componentwise" {{Note that here 0 <==> FALSE and non-0 <==> TRUE , and I had preferred the shorter words to the longer ones in the Matrix pkg, not the least as '0' is relevant also for talking/program...
2006 Sep 04
1
PTgui.exe runs fine on one Kubuntu 6.0.6 pc but not on another
...n 0x0eedfade at address 0x7ee61f70 (thread 0009), starting debugger... WineDbg starting on pid 0x8 First chance exception: 0xc0000025 in 32-bit code (0x7efb0aa8). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:7efb0aa8 ESP:0034f824 EBP:0034f888 EFLAGS:00200282( - 00 - -IS1) EAX:0034f830 EBX:7eff5280 ECX:0034f8a4 EDX:0034fc10 ESI:0034fc10 EDI:0034f894 Stack dump: 0x0034f824: 7eff5280 7ee40000 00000002 c0000025 0x0034f834: 00000001 0034fc10 00000001 00000000 0x0034f844: 00020090 0034f860 0034f960 7efb0174 0x0034f854: 00000001 7eff5280 7ee40000 00000002 0x0034f864...
2007 Mar 03
3
Can't install TxaCut2006
...ne: Unhandled exception 0x0eedfade at address 0x0000:0x7b83f250 (thread 0009), starting debugger... First chance exception: 0xc0000025 in 32-bit code (0x7bc2fe68). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7bc2fe68 ESP:0033f534 EBP:0033f598 EFLAGS:00200282( - 00 - -IS1) EAX:0033f540 EBX:7bc78388 ECX:00110020 EDX:0033f918 ESI:0033f918 EDI:0033f5a4 Stack dump: 0x0033f534: 0033f54c 0000007b 0033f578 c0000025 0x0033f544: 00000001 0033f918 0033f9b0 00000000 0x0033f554: 00b323c4 00405185 00b35640 0033f578 0x0033f564: 004051c8 00b323c0 00b323c4 0057a3ec 0x0033f574...
2007 Sep 28
2
Delphi application on Wine
...ne: Unhandled exception 0x0eedfade at address 0x0000:0x7b842690 (thread 000e), starting debugger... First chance exception: 0xc0000025 in 32-bit code (0x7bc30d6c). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7bc30d6c ESP:0033f7c4 EBP:0033f828 EFLAGS:00000282( - 00 - -IS1) EAX:0033f7d0 EBX:7bc7b550 ECX:00110020 EDX:0033fba8 ESI:0033fba8 EDI:0033f834 Stack dump: 0x0033f7c4: 6c6f6320 206e6d75 0a2e3134 c0000025 0x0033f7d4: 00000001 0033fba8 7bc68183 00000000 0x0033f7e4: 0033f7f0 00000212 73695274 00010007 0x0033f7f4: 72696265 736d2e64 6f6e2067 6f662074 0x0033f804...
2009 Feb 02
1
Lossywav crashing with Wine
...ne: Unhandled exception 0x0eedfade at address 0x0000:0x7b845c60 (thread 0009), starting debugger... First chance exception: 0xc0000025 in 32-bit code (0x7bc3c91e). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7bc3c91e ESP:0032fa34 EBP:0032fa98 EFLAGS:00200282( - 00 - -IS1) EAX:0032fa40 EBX:7bc8f4c4 ECX:00110054 EDX:00000000 ESI:0032fe24 EDI:0032faa4 Stack dump: 0x0032fa34: 7bc67461 00000005 0032fb74 c0000025 0x0032fa44: 00000001 0032fe24 9cf50f09 00000000 0x0032fa54: 7bc5a98d 7bc47a59 00000001 7b8bef9c 0x0032fa64: 00000101 7b8befc4 00000000 0032fb34 0x0032fa74...