search for: filippo

Displaying 20 results from an estimated 55 matches for "filippo".

Did you mean: filippov
2004 Aug 26
3
plot.new?
...es anybody know how can I call plot.new? Is this an additional package to be found somewhere on the web? Is it a functionality that I just have to "activate" somehow? I am using R both on windows and on Linux and get the same error message when using those drawing functions. Thank you, Filippo Biscarini **************************** Filippo Biscarini, Research and Development ANAFI (Italian Holstein Association) Via Bergamo, 292 26100, Cremona, Italy tel: +39.0372.474234 ***************************** [[alternative HTML version deleted]]
2007 Dec 03
3
overlapping labels
...was wondering whether there are options that I can use to prevent this overlapping (by, for example, placing labels alternatively above and below the plotted curve), or whether I should use another set of graphical functions (grid or lattice packages). Does anybody have suggestions? Thank you, Filippo Biscarini PS: These are the lines of codes that I have been using to generate the plot. plot( prova$x, prova$y, type="b", mar=c(0.5,0.5,0.5,0.5), xlab="basepairs", ylab="" ); text( prova$x, prova$y, prova$lab, pos=3, offset=2, cex=0.5 ); [[alternativ...
2006 Nov 20
4
how to use the switch statement
...39;s BB then it should be A2, and so on ...) I was trying to use switch in the following way: switch(column_name, 'AT'='A1' 'BB'='A2' ...) but it's not working. The R help is particularly cryptic on this point. Can anyone help me? Thank you very much, Filippo Biscarini University of Wageningen (The Netherlands) [[alternative HTML version deleted]]
2007 Apr 03
5
converting a list to a data.frame
...get errors or undesired results. I also tried with rbind(), but again I couldn't manage to make it accept rows of different length. Does anybody have any suggestions? Working with lists is very nice, but I still have to learn how to transfer them to text files for external use. Thnak you, Filippo Biscarini Wageningen University [[alternative HTML version deleted]]
2020 Aug 18
4
Adopting a third-party JSON library
...I can tell, these are the most popular C++ JSON libs: * https://github.com/nlohmann/json * https://github.com/open-source-parsers/jsoncpp * https://github.com/Tencent/rapidjson I'm trying to understand if this is something I should work on and whether or not it would benefit the project. Filippo Costa
2004 Sep 30
1
tcl/tk
...site of R to specify some configuration variables? But how? Does anybody know anything about it and have suggestions on how to go on and properly install tcl/tk and subsequently R? I should be able to complete the installation of R once I worked around this tcl/tk hindrance. Thank you very much, Filippo Biscarini **************************** Filippo Biscarini, Research and Development ANAFI (Italian Holstein Association) Via Bergamo, 292 26100, Cremona, Italy tel: +39.0372.474234 *****************************
2005 May 19
3
Bug#309772: please add ignore lines for autossh
...erity: wishlist Hi! if autossh debug is enabled it logs to syslog, thus the messages go thru logcheck, messages are in this form May 19 14:02:55 sagara autossh[1909]: port set to 0, monitoring disabled so this is the ignore line ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ autossh\[[0-9]+\]: .*$ thanks, filippo -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20050519/d007db92/attachment.pgp
2005 Apr 26
3
Bug#306388: add ignore line for udhcpd
...be added either to ignore.d.server/dhcp or ignore.d.server/udhcp to ignore messages from udhcpd (other lines may be necessary) # udhcpd support ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ udhcpd\[[0-9]+\]: sending OFFER of [.0-9]+ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ udhcpd\[[0-9]+\]: sending ACK to [.0-9]+ filippo -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20050426/a3f9d4fb/attachment.pgp
2011 Feb 05
4
Questions about Chapter 9: Sign in, Sign out of RoR Tutorial | Learn Rails by Example
Hello Finished reading chapter 9 and im a little bit confused. 1. In the tutorial, Modules are used instead of creating a Model and working in a class inside a module , like in authenticating passwords. Wouldn''t that be possible? Or is it unnecessary since we''re not messing with a database in terms of storing data? 2. what is the difference between session[:remember_token] =
2004 Sep 06
1
R under Windows vs R under Unix/Linux
Hi all, I would like to know which are the main differences between R under Windos and R under Linux/Unix and where I can find, if something exists, some materials and infos on line on this topic. Thank you very much, Filippo Biscarini *************************** Filippo Biscarini, Research and Development ANAFI (Italian Holstein Association) Via Bergamo, 292 26100, Cremona, Italy tel: +39.0372.474234 ***************************** [[alternative HTML version deleted]]
2011 Oct 18
1
Help text in plot
...M.UN.WPP.FER.TOT_var, data=GroupMeans_gr_DEM, geom="bar", stat="identity", fill=Group)+ myScale_fill()+getLabs("MC_P1.DEM.1") I would like to add a y-lab horizontally ON TOP OF y-axis...and I didn't understand how it works (with axis.text.y???how) thanks a lot filippo [[alternative HTML version deleted]]
2005 Oct 16
1
getting dmraid to use klibc
...fined from /usr/include/linux/stat.h:10 of course this fixes the problem in features.h:291 #ifndef __KLIBC__ #define __GLIBC__ 2 #define __GLIBC_MINOR__ 3 #endif but I'm not sure whether this is the right approach and/or something should be changed in klibc/glibc/dmraid thanks in advance, filippo [0] http://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc9.tar.bz2 -- Filippo Giunchedi PGP key: 0x6B79D401 random quote follows: At the source of every error which is blamed on the computer you will find at least two human errors, including the error of blaming it on the computer. Bewar...
2013 Jan 08
1
problems when loading package GenABEL
...hine (linux, mac, windows) I tried, even after removing and reinstalling the package or the whole R. And it's not only me, but also my colleagues here and in different cities! Does anybody know what's going on and how to tackle the problem? Thank you in advance for any useful information. Filippo Biscarini
2004 Apr 15
1
[LLVMdev] llvm-as error
Hi, when I try to compile an llvm program, it gives me the following error. Do you have idea on what I should look for? Thanks, Filippo llvm-as -f -o arith.bc arith.bc.exp llvm-as: Type.cpp:1034: void llvm::DerivedType::notifyUsesThatTypeBecameConcrete(): Assertion `AbstractTypeUsers.size() < OldSize-- && "AbstractTypeUser did not remove itself from the use list!"' failed. make: *** [arith.bc] Abortito
2010 Jan 11
1
Bug#564693: logcheck: should suggest/recommend nail
Package: logcheck Version: 1.3.5 Severity: minor Hi, reading logcheck source it seems that it requires nail for MAILATTACH to work, however it is not suggested/recommended. (JFTR it is debatable if nail is appropriate or something else should be used) thanks, filippo -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.33-rc3 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charma...
2010 Jan 21
1
Bug#566107: logcheck-database: with violations.d/logcheck empty most rules in violations.ignore.d look useless
.../logcheck is empty now, most of the rules in violations.ignore.d look quite useless, can you confirm? I suspect that a big part of those rules should be removed or moved to ignore.*.d or work with the package maintainer to ship them together with the respective violations.d. thanks for your work, filippo -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.33-rc3 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh li...
2006 Nov 09
1
Merge: how can I keep discarded values?
...in real situations I might have other NA values in the book column, not resulting from the merge operation, but that are real missing values: in such cases, with the is.na command I would retrieve also thiese unneeded rows. Can someone suggest a better strategy to tackle this problem? Regards, Filippo Biscarini Wageningen University The Netherlands [[alternative HTML version deleted]]
2006 Feb 22
1
isolinux cd does not boot
...n't find a pattern of machines/bios that have this problem, and only identified sector 173 as problematic. As a workaround, removing joilet extensions also moves boot.cat on a different sector and the cd boots. Do you know of other sectors where boot catalog shouldn't be? Thanks Ciao, Filippo
2008 Jun 03
1
How to make patch available to the general public
...a patch for the ssh client, which enables clear text password input from the command line. I want to make it available to the general public. Is there a place to make the patch available from, such as a wiki website? Shall I just post it to the mailing list? It is a small patch (9KB). -- Cheers, Filippo
2013 Mar 20
1
help pairs
...the value of the likelihood of just two parameters, thus basically I need different colour scale for each plot of the matrix. I have been able to create the correct colour scale but I have not been able to change colors depending on the plot of the matrix. Could anyone give any advice? Regards, Filippo