Displaying 13 results from an estimated 13 matches for "rfmd".
Did you mean:
rcmd
2005 Dec 16
2
multiple plots per page
R-help,
I would like to place nine (3X3) plots per page. I am not properly
implement mfrow(3,3) in the script below:
jpeg("xyplot.jpg") #names output file
my_args <- commandArgs() #sets up to take args from dos batch command
mfcol(3,3) #set page for 3X3
TEMPS <- c(-15,25,85)#list of temps
VBATS <- c(3,3.6,4.7)#list of Bats
BOARDS <-
2005 Dec 14
2
Append tables
...,header=TRUE)
all <- c(t1,t2)
#all is now twice as wide as t1 or t2 with the same number of row!!!!
#I need to know how to join these tables in a row wise fashion.
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker@rfmd.com
336-678-5260(w)
610-597-9985(m)
336-678-5088(lab)
[[alternative HTML version deleted]]
2012 Jul 10
2
how can I show the xlab and ylab information while using layout
...ot into one figure by layout and the script has
been shown below.
But I find R does not show the xlab and ylab information completely as
shown the figure attached.
How can I midify the script.? thank you .
xxlab<-paste(cpmd," (",ro,"%)",sep=" ")
yylab<-paste(rfmd," (",co,"%)",sep=" ")
par(mar=c(3,3,1,1))
#layout(matrix(c(2,0,1,3),2,2,byrow=TRUE),widths=lcm(30),
heights=lcm(25),TRUE)
layout(matrix(c(2,0,1,3),2,2,byrow=TRUE),c(5,1),c(1,5),TRUE)
layout.show(3)
plot(data_cpmd,data_rfmd,xlab=xxlab,ylab=yylab,xlim=XX,ylim=YY,asp=1)
a...
2006 Nov 09
3
function
...lt;- c(6,7,8,9,10)
myfunc(data1,data1mn,data1sd)
myfunc(data2,data2mn,data2sd)
This snippet errors that data1mn not find and warns that return is
deprecating!!!!!!!!!!!
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker@rfmd.com
336-678-5260(w)
610-597-9985(m)
336-678-5088(lab)
[[alternative HTML version deleted]]
2010 May 28
2
package question
The ICAClient package requires the 32 bit versions of libXp and
openmotif. I have this class defined:
class icaclient{
case $architecture {
i386: {
package { "ICAClient":
provider => rpm,
source => "$kickstart/ICAClient/RHEL5/
ICAClient-11.100-1.i386.rpm",
ensure => installed,
}
2005 Jun 18
3
FATAL: Error running install command for wctdm
....ko
-rw-r--r-- 1 root root 78181 Jan 15 00:13 adm8211.ko
-rw-r--r-- 1 root root 10837 Jan 15 00:13 at76_usbdfu.ko
-rw-r--r-- 1 root root 10750 Jan 15 00:13 at76c503-i3861.ko
-rw-r--r-- 1 root root 9104 Jan 15 00:13 at76c503-i3863.ko
-rw-r--r-- 1 root root 9110 Jan 15 00:13 at76c503-rfmd-acc.ko
-rw-r--r-- 1 root root 11160 Jan 15 00:13 at76c503-rfmd.ko
-rw-r--r-- 1 root root 143088 Jan 15 00:13 at76c503.ko
-rw-r--r-- 1 root root 8936 Jan 15 00:13 at76c505-rfmd.ko
-rw-r--r-- 1 root root 9684 Jan 15 00:13 at76c505-rfmd2958.ko
-rw-r--r-- 1 root root 9112 Jan 15 00:13...
2012 Jul 10
0
R-help Digest, Vol 113, Issue 13
...e script has
> been shown below.
> But I find R does not show the xlab and ylab information completely as
> shown the figure attached.
> How can I midify the script.? thank you .
>
> xxlab<-paste(cpmd," (",ro,"%)",sep=" ")
> yylab<-paste(rfmd," (",co,"%)",sep=" ")
> par(mar=c(3,3,1,1))
> #layout(matrix(c(2,0,1,3),2,2,byrow=TRUE),widths=lcm(30),
> heights=lcm(25),TRUE)
> layout(matrix(c(2,0,1,3),2,2,byrow=TRUE),c(5,1),c(1,5),TRUE)
> layout.show(3)
> plot(data_cpmd,data_rfmd,xlab=xxlab,ylab=...
2005 Oct 26
1
(no subject)
R-Help,
I am trying to do simple plots of the characteristics of cellular
phones. I am values that fit along an axis that has many data points
around 800 and 1800. I am not interested in the "dead space' between
the two clusters of data.
I am not interested in a linear axis. I would like to "cut out" the
white space between the two pockets of data when plotting. I
2007 Jun 19
1
Multiple plot jpeg file
...e file. For some reason the contents of plotfile.jpg always seem to
contain the last plot and not all plots.
If I do same thing with pdf, a multiple plot file is created.
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker at rfmd.com
336-678-5260(w)
336-207-3895(m)
336-678-5088(lab)
2004 Apr 21
1
Macro Substitutions Printing . . .
man smb.conf says:
The print command is simply a text string. It will be used verbatim after
macro substitutions have been made:
But then it says:
With printing = cups, and if SAMBA is compiled against libcups, any
manually set print command will be ignored.
How can I use those macro substitutions to log printed pages ?
I used the following in the printer share:
root preexec = echo
2010 Apr 23
1
regsubst questions
I am attempting to set some variables in my manifest and I amd seeing
a result I don''t quite understand. Here is a section of code from my
manifest:
$boot_time = generate(''/usr/bin/env'', ''/bin/date'', ''+%H:%m'')
notice("boot_time => $boot_time")
$boot_hour =
2005 Oct 27
1
sorting of data
R-Help,
I am trying to reduce at data set to rows where a specified value occurs
in a specified value. Below is a screen capture of Rgui:
> nsmalldata <-read.csv("c:\\DATA\\UNITY\\\PASS0_DOWNFADE\\nsmall.csv")
> nsmalldata
BOARDNUMBER SESSIONID MATRIXID ARRAYPOINT Temperature PS1 PS2
PS13 PS14 PS15
1 LB0DC 3043 7757513 1 -9999 -9999
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*