Displaying 3 results from an estimated 3 matches for "nstreams".
Did you mean:
streams
2000 Apr 23
0
SAMBA COnfiguration file
...dant question, otherwise I
would have answered it promptly. Sorry for brushing you off, I just
dont have the time to help you. I am sure someone on the samba list
will be more than happy to lend you a hand.
Brian Roberson
brian@bstc.net
-----Original Message-----
From: wenzhil [mailto:wenzhil@nstreams.com]
Sent: Tuesday, April 18, 2000 10:59 PM
To: brian
Cc: wenzhil
Subject: SAMBA COnfiguration file
> Hi Brian,
>
> I downloaded the binariy file for Intel Solaris 7. I don't need
printer
> support here. After unzipped the file and made the necessary change
in
> smb.conf f...
2010 Sep 09
0
Plotting dates and grid lines on the X-Axis of xyplot
...r 137.556790
2911 Case 2 912 P-1 Water 155.668018
2912 Case 2 943 P-1 Water 169.410378
2913 Case 2 974 P-1 Water 172.121117
And here is the code that I am using
simPlot<-function(theData, theWell, start="2000-01-01", obs="Observed",
streams,
order=(1:nStreams), heights=1, headings=streams, xby="years", ...){
# process streams
if(missing(streams)) {
pData <- subset(theData, theData$Well==theWell)
streams<-levels(pData$Stream)
} else {
pData <- subset(theData, theData$Well==theWell & (theData$Stream %in%
streams))
}
nSt...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
Dear all,
I am sending a patch for extending pdf device to embed popup text and web links.
I implemented this feature by using annotation object, a interactive
feature of pdf.
You can see a sample code for using this feature in the following, and
sample pdf is in