search for: ifnum

Displaying 7 results from an estimated 7 matches for "ifnum".

Did you mean: vifnum
2003 Feb 01
1
[Summary] Problems for 13 year old
This e-mail - summarizes some of the responses/suggestions to using R for 13 year olds from my query on this list - discusses some additional investigation I did - the approach I am currently using (which will likely incorporate your suggestions for R) SUGGESTIONS - find relationship between monthly heating bills and temperature. For data see
2008 Jan 21
1
help writing a usb hid driver for existing ups
...t;hiddev driver version is 1.0.4\n", 31) = 31 653 ioctl(3, HIDIOCGDEVINFO, 0xbfb0a480) = 0 653 ioctl(3, HIDIOCAPPLICATION, 0) = -6291455 653 write(1, "HID: vendor 0xd9f product 0x2 version 0x0 applications [1]: ffa00001\n", 69) = 69 653 write(1, "HID: bus: 2 devnum: 4 ifnum: 0\n", 31) = 31 653 ioctl(3, 0x81004806, 0xbfb0a380) = 33 653 write(1, "UPS HID device name: \"POWERCOM CO., LTD. USB to Serial\"\n", 56) = 56 653 ioctl(3, HIDIOCINITREPORT, 0) = 0 653 ioctl(3, HIDIOCGUSAGE, {report_type=3, report_id=ffffffff, field_index=0, us...
2004 Dec 31
2
Supressing empty sections with Sweave
Dear useRs, I'm writing regular survey reports using Sweave. Each report has several sections along the lines of: \section*{Disease X} <<MapX,fig=TRUE,echo=FALSE>>= image(vectorx,vectory,matrixz) @ Notes with or without Sexpr{a}. \vfill \pagebreak \section*{Disease Y} <<MapY,fig=TRUE,echo=FALSE>>= ...etc. Often one or more of the diseases is not observed (all
2010 Nov 15
1
Sweave: Conditional code chunks?
I have a code junk that produces a figure. In my special case, however, data does not always exist. In cases where data exists, the code chunk is of course trival (case #1), however, what do I do for case # 2 where the data does not exist? I can obviously prevent the code from being executed by checking the existence of the object x, but on the Sweave level I have a static figure chunk. Here an
2008 Jul 27
2
Colors in Sweave
Hi list, I was using Sweave and was wondering if anyone has had any luck changing the font colors of the code chunks. For instance, in my .Rnw preample I tried including: === \usepackage[usenames]{colors} \definecolor{darkred}{rgb}{0.545,0,0} \definecolor{midnightblue}{rgb}{0.098,0.098,0.439} \DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl,formatcom={\color{midnightblue}}}
2010 Jul 01
2
Sweave function
Dear list, I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils". What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
...ce the redhat specific setup that OpenVZ used: [jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh #!/bin/bash # # Debug - take out later set -x LOGFILE=/tmp/add_ip-dbug.log exec >$LOGFILE 2>&1 FACTER_IP_ADDR=$1 FACTER_VENET_DEV=venet0 FACTER_VENET_DEV_CFG=ifcfg-$FACTER_VENET_DEV FACTER_IFNUM=$2 echo "Running puppet-ized version of redhat-add_ip.sh" /bin/cat <<EOM | /usr/bin/puppet file {"/etc/sysconfig/network-scripts/$VENET_DEV_CFG": owner => root, mode => 644, ensure => present, content => "DEVICE=$VENET_DEV\n...