Displaying 6 results from an estimated 6 matches for "tbg".
Did you mean:
dbg
2009 Oct 15
1
Lattice package - Trellis
Hi,
I was trying to make a graph using trellis, and my code is:
-----------------------------------------------------------------
library(lattice)
makeGraph <- function(){
trellis.device()
tbg <- trellis.par.get("background")
tbg$col <- "white"
trellis.par.set("background",tbg)
# Test Data
mfr <- matrix(sample(1:100,50,replace=T),ncol=2)
mfr <- cbind(mfr,c(rep(1,12),rep(2,13)))
mfr <- cbind(mfr,c(rep("All",6),rep("R...
2009 Jan 29
0
[PATCH v2] txt: 2/5 - ACPI Generic Address Structure for tboot shutdown
...t_blk.address;
- g_tboot_shared->acpi_sinfo.pm1b_evt =
- (uint16_t)acpi_sinfo.pm1b_evt_blk.address;
- g_tboot_shared->acpi_sinfo.pm1a_cnt_val = acpi_sinfo.pm1a_cnt_val;
- g_tboot_shared->acpi_sinfo.pm1b_cnt_val = acpi_sinfo.pm1b_cnt_val;
+#define TB_COPY_GAS(tbg, g) \
+ tbg.space_id = g.space_id; \
+ tbg.bit_width = g.bit_width; \
+ tbg.bit_offset = g.bit_offset; \
+ tbg.access_width = g.access_width; \
+ tbg.address = g.address;
- switch ( sleep_state )
- {
- case ACPI_STATE_S3:
- shutd...
2005 Jul 01
1
Setting lattice boxplot's lines to black
...;s lines to black ????
tpl<-trellis.par.get("plot.line")
tpl$col<-"black"
trellis.par.set("plot.line", tpl)
Don't work. Boxplot's lines aren't black.
Thanks a lot.
This is my script.
library(lattice)
# I set background's color to white
tbg<-trellis.par.get("background")
tbg$col<-"white"
trellis.par.set("background", tbg)
# Set strip background's color to white
tsbg<-trellis.par.get("strip.background") tsbg$col<-"white"
trellis.par.set("strip.background",...
2009 Nov 21
1
p.value OR F.value?
Hi?all friends,
Please help me understand this sentence below:
?From this set, 858 columns not significantly correlated with the
response variable TBG at the 5% level were removed, leaving a set of 390
columns.? and ? the F-test's value for the one-parameter correlation with
the descriptor is below 1.0? is equal?? I want to perform this above
sentence with R, how can I do? I just try it below. but I do not know right
or wrong?
about the a...
2007 Dec 04
4
eventlog
..."BG-MIS-PBOT", "%{S-1-5-21-3438
> 18398-1177238915-839522115-501}", "Pe\361aIJM", "DMPI", "(0x0,0x14863)", "-"], d
> escription="User Account Changed:\r\n\r\n\t-\r\n\r\n\tTarget Account Name:\tGues
> t\r\n\r\n\tTarget Domain:\tBG-MIS-PBOT\r\n\r\n\tTarget Account ID:\t%{S-1-5-21-3
> 43818398-1177238915-839522115-501}\r\n\r\n\tCaller User Name:\tPe\361aIJM\r\n\r\
> n\tCaller Domain:\tDMPI\r\n\r\n\tCaller Logon ID:\t(0x0,0x14863)\r\n\r\n\tPrivil
> eges:\t-">
>
> note the description, it''s in fu...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking