Displaying 9 results from an estimated 9 matches for "pnts".
Did you mean:
ents
2011 Nov 18
1
Delete Rows Dynamically Within a Loop
...9 582890.2 2883413 0 18
20 582752.8 2883361 0 19
21 582953.1 2883230 1 20
for(i in 1:dim(df)[1]){
new_colonies <- data.frame(ID1=0,ID2=0,X=0,Y=0)
discbuff <- disc(radius, centre=c(df$X[i], df$Y[i]))
#define the points and polygon
pnts = cbind(df$X[-i],df$Y[-i])
polypnts = cbind(x = discbuff$bdry[[1]]$x, y = discbuff$bdry[[1]]$y)
out = pnt.in.poly(pnts,polypnts)
out$ID <- df$ID[-i]
if (any(out$pip == 1)) {
pnt.inBuffID <- out$ID[which(out$pip == 1)]
cond <- df$Sex[i] != df$Sex[pnt....
2002 Aug 19
1
small error in Ogg Vorbis FAQ
"Ogg Vorbis uses the Ogg bistream format, and the correct
extension is .ogg"
-- http://www.xiph.org/ogg/vorbis/faq.html
I'm guessing it should read 'bitstream'.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
2012 May 11
1
Overlapping area script
...', sep=''),
width=nrow(spp.asc),height=ncol(spp.asc), units='px', res=300, pointsize=5,
bg='white') #start the plot
+ par(mar=c(0,0,0,0)+0.1) #remove any plot margins
+ image(overlap, ann=FALSE,axes=FALSE,col=cols, zlim=c(0,3)) #plot the
richness
+ legend.gradient(legend.pnts,cols=cols,limits=c(0,3), title='overlap',
cex=2)
+ dev.off()
+ }
Error in nrow(spp.asc) : object 'bat.asc' not found
In addition: There were 12 warnings (use warnings() to see them)
>
> write.csv(overlap.matrix, paste(out.dir, "all_species.csv",sep=''))
htt...
2012 May 07
0
FW: Overlapping area Script
...', sep=''), width=nrow(spp.asc),height=ncol(spp.asc), units='px', res=300, pointsize=5, bg='white') #start the plot
+ par(mar=c(0,0,0,0)+0.1) #remove any plot margins
+ image(overlap, ann=FALSE,axes=FALSE,col=cols, zlim=c(0,3)) #plot the richness
+ legend.gradient(legend.pnts,cols=cols,limits=c(0,3), title='overlap', cex=2)
+ dev.off()
+ }
Error in nrow(spp.asc) : object 'bat.asc' not found
In addition: There were 12 warnings (use warnings() to see them)
>
> write.csv(overlap.matrix, paste(out.dir, "all_species.csv",sep=''))
>...
2002 Jun 16
1
Time Server? - Answers/Summary
List,
This e-mail simply links all the various topics as one...I started
this thread.
Q1- Samba being the PDC thingy
Q2- "time server" option in smb.conf file
Q3- 'net time' command on Windows clients.
A1- Samba doesn't have to be PDC
A2- Samba doesn't need "time server = yes" in smb.conf
A3- Windows clients were not designed to keep proper time so it's a
2002 Jun 07
0
Using Samba for DOS type file sharing
Dear List,
(History)
My company has an old DOS based application that we run from our
Windows NT4/Windows2K workstatsions. This DOS app is based on DB3/DB4 (yea
the old (1987?) one with one file per table and separate files for FKs and
the like ) Anyhow...we had it on an NT server that we would map a drive to
and then launch...peachy. No we have more users of that application < 15
and our
2002 Jun 14
3
Time Server?
List,
I've got my Samba box (RedHat 7.2) running NTP client to sync with
PARC. I want my windaz clients to be able to read time from it
automagically. Is there a way to do that? Seems like WinXX clients cannot
use NTP so can how can I sync them with my Samba box (which is accurate to
within 200 ms!)
TIA
/B
2002 Jun 16
1
Multiple Adapter Issues
List,
I've got samba on a multihomed machine and only want it to listen on
one adapter (as well as loopback) so here's what my smb.conf file has:
# Security Settings ============================================
# Only listen on specified interfaces
bind interfaces only = yes
# Only listend on these interfaces (eth0, lo)
interfaces 10.0.0.0/255.255.255.0 127.0.0.0/255.255.255.0
But
2002 Jun 17
1
Multiple Adapter Issues -Bug?
List,
Yes...I was missing an equal symbol...I did run testparm on my
smb.conf file as well and it did not detect that however? Bug?
Also what is the parameter 'socket address = 0.0.0.0'?, is that like
'interfaces'?
/B
-----Original Message-----
From: Joel Hammer [mailto:Joel@HammersHome.com]
Sent: Sunday, June 16, 2002 15:20
To: David Busby; samba@lists.samba.org
Subject: