Displaying 20 results from an estimated 100 matches similar to: "creation of objects"
2002 Jan 22
3
assigning NA's
I've had a question a few moments ago about how to create multiple
objects from multiple files within a loop. Thanks for the quick answers,
it worked with "assign", like this:
for(i in seq(1,nfn,1)){
fin<-paste("/home/klimet/patrick/LAEGEREN/NEBEL/FOGEVENT2000/",fn[i],sep="")
assign(paste("f", i, sep = ""),
2001 Feb 12
2
OziExplorer works on LINUX using WINE
I've succeeded in running the wonderful charting program
OziExplorer (3.85.3c), http://www.oziexplorer.com/ , on
LINUX (RedHat 6.2) using WINE 20010112. The times to load
the program and to load a map did take 5 to 8 times longer
using WINE than they did using WIN95. I was able to enable
the serial port and have the position computed by my GPS
displayed on the chart.
OziExplorer is a
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
> Two of those are compile errors, suggesting you aren't pulling in the
> right header file (it's in common/serialise-double.h I believe).
Thanks, fixed those errors.
> I can't tell for sure without seeing the diff. You may mean just
> `ptr++`? But it could be something else, depending on what you're
> trying to do.
I'm trying to unserialise normalization
2002 May 06
3
Viewing certain numbers without NA's
Dear R Community,
We have recently installed R 1.5.0 on several workstations. Ever since,
if I try to extract certain numbers or lines from a file (which contains
many NA's), I don't only get my desired line but all other lines which
contain NA's. In a file with 15000 rows and 7500 NA's this is not very
practical. In the earlier R-Version this worked when I typed in the
2002 Mar 05
3
location of maximum
Dear R-users,
I'm trying to extract the exact location of the maximum value in a
vector or a matrix, meaning I want not only the maximum itself but also
at which position (e.g row 6, column 12) it is located.
I appreciate any suggestions.
Thanks,
Patrick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patrick.vcf
Type: text/x-vcard
Size: 339 bytes
Desc:
2019 Jan 24
1
Bug or undocumented behavior in normalizePath() with file system links on windows
Hello,
I discovered a bug or undocumented behavior in normalizePath
steps to reproduce:
execute normalizePath on a folder link on windows. When you are on a
non-english windows box, you likely have links in place for windows'
default folders, e.g. "C:\Programme" linking to "C:\Program Files" on
german windows boxes.
Thus executing
2004 Aug 02
0
New package: RNetCDF
Dear all,
I would like to announce the availability of a new package on CRAN:
RNetCDF: R Interface to NetCDF Datasets
This package provides an interface to Unidata's NetCDF library functions
(version 3) and furthermore access to Unidata's udunits calendar
conversions. The routines and the documentation follow the NetCDF and
udunits C interface, so the corresponding manuals can be
2004 Aug 02
0
New package: RNetCDF
Dear all,
I would like to announce the availability of a new package on CRAN:
RNetCDF: R Interface to NetCDF Datasets
This package provides an interface to Unidata's NetCDF library functions
(version 3) and furthermore access to Unidata's udunits calendar
conversions. The routines and the documentation follow the NetCDF and
udunits C interface, so the corresponding manuals can be
2002 Feb 28
3
Use of results in summary
Dear R Community,
When making a summary with a vector, the result is "numeric" and I can
recall its components (like median, mean, etc.) for further use.
However, if I use summary with a matrix, the result is of mode
"character" (like "Median : 1.2127") and I cannot extract the results
for direct further use.
Thanks for any hints,
Patrick
-------------- next part
2002 May 25
3
expressions as axis labels
Dear colleagues,
I often use chemical formulas to label my x-axis, e.g. in barplots. I
used to do this like the following example and it worked just fine:
a <- seq(2,24,2)
b <- seq(3,36,3)
c <- rbind(a,b)
barplot(c, width=c(0.9, 1.1),space=c(0.2, 0.75), col=c("indianred4",
"yellow2"), beside = TRUE,
xlab="Ions", yaxt="n", xaxt="n", ylab
2002 May 25
3
expressions as axis labels
Dear colleagues,
I often use chemical formulas to label my x-axis, e.g. in barplots. I
used to do this like the following example and it worked just fine:
a <- seq(2,24,2)
b <- seq(3,36,3)
c <- rbind(a,b)
barplot(c, width=c(0.9, 1.1),space=c(0.2, 0.75), col=c("indianred4",
"yellow2"), beside = TRUE,
xlab="Ions", yaxt="n", xaxt="n", ylab
2016 Jul 27
2
Weighting Schemes: Implementing Piv+ Normalization
Hi,
I have added support for Piv normalization in Tf-Idf weighting scheme as a
intermediate step to implementing the support for Piv+ normalization. All
tests pass.
But I'm running into some issues with Piv+ normalization. In the Piv+
formula , there are two parameters (s and delta) that control the weight
assigned. I think the way I'm serialising and unserialising these
parameters has
2006 May 11
1
Asterisk TAPI - Outlook click2dial
Yes, I have the exact same problem.
:(
-----Original Message-----
From: Tomislav Vojvodic [mailto:tomislav@vox-mundi.net]
Sent: Thursday, May 11, 2006 5:48 AM
To: xytek@hotmail.com; 'Asterisk Users Mailing List - Non-Commercial
Discussion'
Subject: RE: [Asterisk-Users] Asterisk TAPI - Outlook click2dial
Hey, thanks for your reply.. ;)
I'm also using asttapi from website you posted
2006 May 16
1
Asttapi for Asterisk 1.2 Testers Needed (was RE: Asterisk TAPI - Outlook click2dial)
I've finished a patched version of asttapi that will work with asterisk
1.2. There were fundamental changes to the Asterisk Management
interface between 1.0 and 1.2 that broke asttapi. I think my patched
version will work on 1.0 and 1.2 branches, but I have no way of testing
since I don't have a 1.0 install nor do I want one :).
I'm looking for testers, if anyone's willing to
2006 May 16
0
Asttapi for Asterisk 1.2 Testers Needed (was RE:Asterisk TAPI - Outlook click2dial)
Had I have been smart originally I would have done this to start. Some
rudimentary documentation above and beyond Asttapi 0.10's poor
documentation is available along with the download at
http://www.kirkhamsystems.com/asttapi.
Clint
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kerry
Garrison
Sent:
2004 Jul 17
4
E100P and Colt Telecom (Europe)
Hi,
Has anyone connected * to a Colt E1 line in Europe? If
so could you send me the zaptel.conf and zapata.conf.
Thanks,
Aaron
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
http://bugzilla.mindrot.org/show_bug.cgi?id=601
Summary: configure script doesen't setup preprocessor flags
properly
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo:
2007 Jun 26
0
Samba 3.0.25b Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
I feel like an Appalachian miner that just
found a new vein of coal!
-- Jeremy Allison after finding a new set
of NTSTATUS codes returned by NTcreate&X.
2013 Jul 31
3
[Bug 2135] New: Solaris: race condition in channel forwarding when connect() returns EINPROGRESS
https://bugzilla.mindrot.org/show_bug.cgi?id=2135
Bug ID: 2135
Summary: Solaris: race condition in channel forwarding when
connect() returns EINPROGRESS
Product: Portable OpenSSH
Version: 6.0p1
Hardware: All
OS: Solaris
Status: NEW
Severity: normal
Priority: P5
2004 Jan 21
0
Samba3 "Remote Desktop Users" Group
Hi,
I have installed a Windows Terminal Server, wich is a member of a Samba 3
PDC.
I would like grant some users the right of logging into this terminal
serverer with the terminal services client (mstsc). This doesen't work out
of the box because they must be a member of the "Remote Desktop Users"
group (or a domain admin). I tried to map the Remote Desktop Users group
to the