search for: tlabels

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

Did you mean: labels
2002 Oct 17
0
Polar plot, circular plot (angular data)
...2, theta, method = 3, overlay=1, lp.col = 0, polygon.col = "white") polar.plot(r/2+15, 2*theta, lp.col = "red", method = 1, rlimits=c(0,50), overlay =2, points.cex = 1.5) title(main="Overlay red points on white polygon on blue polygon") # theta axis labels as text textlabels<-c('N','E','S','W') polar.plot(r, theta, theta.clw = TRUE, theta.zero = pi/2, text.lab = textlabels , pi2.lab = FALSE, lines.lwd = 3, grid.lwd = 1, grid.col = "darkgreen", rlabel.method = 2, rlabel.axis = -pi/2, rlabel.cex = 2, rlabel.pos = NULL, rlabel....
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
Dear R-users, As noted by Paul Murrell < p.murrell at auckland.ac.nz > there is errors in the code for polar plotting I send to R-help under the title "Polar plot, circular plot (angular data)" at Thu Oct 17 2002 - 12:18:20 CEST. Thanks! I have reorganized the code into a structure ('pp'). This allows plots to be modified to a greater extent by passing arguments by ...
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) > } > > b...
2014 Feb 04
0
[PATCH 3/3] resize: preserve GPT partition names (RHBZ#1060404).
Save the partition names/labels of the source partitions, and restore them after the partition copy. --- resize/resize.ml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/resize/resize.ml b/resize/resize.ml index 191be83..c1794ed 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@ -49,6 +49,7 @@ type partition = { p_bootable : bool; (* Is
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
Author: jpk Repository: /hg/zfs-crypto/gate Revision: e7e07b2f4fcfbe725493f4074f9e9f0d8bfd8e1c Log message: PSARC/2002/762 Layered Trusted Solaris PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris
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