search for: tlabel

Displaying 13 results from an estimated 13 matches for "tlabel".

Did you mean: label
2002 Oct 17
0
Polar plot, circular plot (angular data)
...points.pch = 20, points.cex = 1, lp.col = "black", lines.lwd = 1, lines.lty = 1, polygon.col = NA, polygon.bottom = TRUE, overlay = NULL, pi2.lab = TRUE, text.lab = NULL, num.lab = NULL, rlabel.method = 1, rlabel.pos = 3, rlabel.cex = 1, rlabel.col = "black", tlabel.offset = 0.1, tlabel.cex = 1.5, tlabel.col = "black", main = NULL, sub = NULL) { # r: (vector of) radial data. # theta: (vector of) angular data (in radians). # theta.zero: angular direction on plot of theta = 0 (in radians). # theta.clw: clockwise orientation of theta values (def...
2009 Feb 20
2
OLEDB not work !
Hi everybody I have a program , it work good under window98 / 2000 /xp . It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 . with wine it do not work. I set up mdac 2.8 sp1 , no change by google , i found too many program can not work (oledb not support) can anybody help me ?
2010 Feb 27
1
Newbie help with ANOVA and lm.
...in 'R'. Specifically I see: p <- object$rank if (p > 0L) { p1 <- 1L:p comp <- object$effects[p1] asgn <- object$assign[object$qr$pivot][p1] nmeffects <- c("(Intercept)", attr(object$terms, "term.labels")) tlabels <- nmeffects[1 + unique(asgn)] ss <- c(unlist(lapply(split(comp^2, asgn), sum)), ssr) df <- c(unlist(lapply(split(asgn, asgn), length)), dfr) } else { ss <- ssr df <- dfr tlabels <- character(0L) } ms <- ss/df f <-...
2011 Sep 22
1
Wrapper of linearHypothesis (car) for post-hoc of repeated measures ANOVA
...# Columns in Mb are the unique combinations Tu <- matrix(rep(fframe_1.m,n),nrow=m) Tm <- (To==Tu) * m/n } # Number of contrasts to calculate for the current factor (initialized as 1) nc <- 1 # Labels for the final transformation matrix (only defined for multiple contrasts) Tlabels <- NULL # Progressive transformation of Tm, factor by factor for (fname in fnames){ # f is the current factor vector f <- fframe[[fname]] # n is the factor vector length n <- m*nc # Remove the corresponding column from the model data frame fframe[[fname]] <- NULL...
2002 Nov 08
0
Polar plot, circular plot (angular data): II
...ositioning of grid circles and radial axis labels. (default = NULL). pp$grid.circle.pos <<- NULL # radial axis position of grid circles as numeric vector of minimum length 2. Overrides the default positioning of grid circles and radial axis labels by pretty()-function. (default = NULL). pp$tlabel.offset<<-0.2 # radial offset for angular axis labels in fraction of maximum radial value. pp$dir<<-8 # number of radial grid lines. } ################################### ### object pp (version. 0.86) ### ################################### # dump(ls(), file = "polar.plot.ob...
2010 Oct 11
2
filled.contour: colour key decoupled from main plot?
Dear R colleagues, I am trying to plot some geophysical data as a filled contour on a continent map and so far the guidance from the R-help archives has been invaluable. The only bit that still eludes me is the colour key (legend) coming with filled.contour: I prefer to generate my own colour palette, mainly based on the quantiles of tenths of the data in order to capture the whole range (of
2006 Oct 31
0
6407402 Named pipes should work between labeled zones to support write up.
Author: gfaden Repository: /hg/zfs-crypto/gate Revision: 84f19e06f2d07a2e47e5d67eeab39debcef1c738 Log message: 6407402 Named pipes should work between labeled zones to support write up. 6411980 getlabel(2) returns wrong label for lofs mounted FIFOs Files: update: usr/src/uts/common/fs/fifofs/fifosubr.c update: usr/src/uts/common/fs/fifofs/fifovnops.c update: usr/src/uts/common/os/tlabel.c
2006 Aug 12
0
anova.mlm for single model (one-way repeated measured anova)
...(rk > 0) { > p1 <- 1:rk > comp <- object$effects[p1, ] > asgn <- object$assign[object$qr$pivot][p1] > nmeffects <- c("(Intercept)", attr(object$terms, > "term.labels")) > tlabels <- nmeffects[1 + unique(asgn)] > ix <- split(seq(length = nrow(comp)), asgn) #HERE > ss <- lapply(ix, function(i) crossprod(comp[i, , > drop = FALSE])) > df <- sapply(split(asgn, asgn), length) > } > >...
2014 Feb 04
0
[PATCH 3/3] resize: preserve GPT partition names (RHBZ#1060404).
...4,7 +85,12 @@ let rec debug_partition p = | MBR_ID i -> sprintf "0x%x" i | GPT_Type i -> i ); - eprintf "\tcontent: %s\n" (string_of_partition_content p.p_type) + eprintf "\tcontent: %s\n" (string_of_partition_content p.p_type); + eprintf "\tlabel: %s\n" + (match p.p_label with + | Some label -> label + | None -> "(none)" + ) and string_of_partition_content = function | ContentUnknown -> "unknown data" | ContentPV sz -> sprintf "LVM PV (%Ld bytes)" sz @@ -459,9 +465,13 @@ read...
2014 Feb 04
6
[PATCH 0/3] virt-resize: preserve GPT partitions label
Hi, attached there are few patches to implement a way to get the label of GPT partitions (refactoring an existing function and adding a new daemon API) and using it in virt-resize to restore them when copying partitions. Thanks, Pino Toscano (3): daemon: parted: refactor sgdisk info parsing code New API: part-get-name (RHBZ#593511). resize: preserve GPT partition names (RHBZ#1060404).
2012 Nov 09
8
method conditional option pattern
When I have this pattern sign_me(@user, :event => :authentication, :subdomain => subdomain) how can I write it to avoid sending the :subdomain option if subdomain.nil? ( if possible ..) sign_me(@user, :event => :authentication #?, :subdomain => subdomain unless subdomain.nil? ) -- You received this message because you are subscribed to the Google Groups
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
...te: usr/src/lib/libtsol/Makefile.com create: usr/src/lib/libtsol/amd64/Makefile create: usr/src/lib/libtsol/common/btohex.c create: usr/src/lib/libtsol/common/btos.c create: usr/src/lib/libtsol/common/call_labeld.c create: usr/src/lib/libtsol/common/clnt.h create: usr/src/lib/libtsol/common/getlabel.c create: usr/src/lib/libtsol/common/getpathbylabel.c create: usr/src/lib/libtsol/common/getplabel.c create: usr/src/lib/libtsol/common/hextob.c create: usr/src/lib/libtsol/common/label.h create: usr/src/lib/libtsol/common/labeld.h create: usr/src/lib/libtsol/common/llib-ltsol create: usr/sr...
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com> (This patch is for the review/test not yet for the integration). Here is an implementation of the feature to add label to the subvolume and snapshots. Which would help sysadmin to better manager the subvol and snapshots. This can be done in two ways, one - using attr which is user land only changes but drawback is able to change the label