search for: 1,12

Displaying 20 results from an estimated 313 matches for "1,12".

Did you mean: 1,102
2010 Dec 08
2
piechart
...nity, Is it possible to have one pie chart of a large radius and then a pie chart with smaller radius placed on top of the larger so the centers of the two pie charts coincide? I managed to place a filled circle with smaller radius in the piechart, see below. Thanks in advance, Sybille pie(rep(1,12), col=rainbow(24), radius=0.9, labels= c("J","F","M","A","M","J","J","A","S","O","N","D"),clockwise=T) points (0,0,col="black",cex=20,pch=1 -- -------------------...
2015 Apr 11
2
[LLVMdev] __eh_frame info changes in Clang?
...why the version reported in 'dwarfdump --eh-frame' for object files now differs when compiled with and without -g? The test used in FSF gcc's configure produces a diff of.. % diff -u conftest.o.g.stripped.dwarfdump conftest.o.g0.stripped.dwarfdump --- conftest.o.g.stripped.dwarfdump 2015-04-10 21:43:15.000000000 -0400 +++ conftest.o.g0.stripped.dwarfdump 2015-04-10 21:43:04.000000000 -0400 @@ -1,5 +1,5 @@ ---------------------------------------------------------------------- - File: conftest.o.g.stripped (x86_64) + File: conftest.o.g0.stripped (x86_64) --------------------------...
2011 Feb 25
1
question about "srt" argument in text() plotting function
...e surprised that this argument (srt) differs from things like "labels," "lty," "col," and so on, all of which accept (and recycle as needed IIRC) vectors. Carl ******* code follows ******* dialang<-seq(pi/3,-pi*3/2,by=-pi/6) d2<-as.character(seq(1,12)) # or roll your own hour tags plot(c(-1.2,1.2),c(-1.2,1.2),t='n',xlab='',ylab='', xaxt='n',yaxt='n' ) #trying a rotation w/ srt() # srt apparently can't handle a vector invisible(sapply(seq(1,12),FUN=function(x) text(cos(d...
2013 Nov 08
0
[PATCH 2/3] syscalls: Add syscalls needed by arm64
...ARCH_WANT_SYSCALL_{NO_AT|NO_FLAGS|DEPRECATED} This patch adds the syscalls needed for klibc to run on arm64. Signed-off-by: Steve Capper <steve.capper at linaro.org> --- usr/klibc/Kbuild | 3 +++ usr/klibc/SYSCALLS.def | 33 +++++++++++++++++---------------- usr/klibc/access.c | 12 ++++++++++++ usr/klibc/chmod.c | 17 +++++++++++++++++ usr/klibc/chown.c | 12 ++++++++++++ usr/klibc/dup2.c | 11 +++++++++++ usr/klibc/lchown.c | 12 ++++++++++++ usr/klibc/link.c | 12 ++++++++++++ usr/klibc/lstat.c | 17 +++++++++++++++++ usr/klibc/mkdir.c...
2013 Nov 12
0
[klibc:master] syscalls: Add syscalls needed by arm64
Commit-ID: 8858e8319655ef38398e0833b71d65b0e620a061 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8858e8319655ef38398e0833b71d65b0e620a061 Author: Steve Capper <steve.capper at linaro.org> AuthorDate: Mon, 11 Nov 2013 17:04:11 +0000 Committer: H. Peter Anvin <hpa at zytor.com> C...
2009 Aug 30
3
experimental patch for libtheora1.1beta3
Good morning in the Lord Regarding the port of libtheora1.1beta3 for OpenBSD for amd64 and the problem I described at: http://lists.xiph.org/pipermail/theora/2009-August/002640.html Attached is a patch for libtheora/patches/patch-lib_x86_mmxencfrag_c I can play videos with it. ?Does it work for you? Best regards -- Dios, gracias por tu amor infinito...
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
On Wed, May 31, 2006 at 05:52:33PM +0200, steven mestdagh wrote: > please make it install the docs under share/doc/libtheora. Thank you. Updated patch below. A copy of this email goes to the list of theora. The following patch for the port of libtheora-alpha6 for OpenBSD includes (among other things): * a...
2012 Feb 09
4
Getting codebook data into R
...onal Survey for Family Growth into R - however, the data is in a .dat file and the data I need doesn't have any spaces or commas separating fields - rather you have to look into the codebook and what number of digits along the line the data you need is. The data I want are the following, where 1,12,int means that the data I'm interested starts in column 1 and finishes in column 12 and is an integer. ('caseid', 1, 12, int), ('nbrnaliv', 22, 22, int), ('babysex', 56, 56, int), ('birthwgt_lb', 57, 58, int),...
2008 Feb 05
2
using image to show RGB image data ?
Hello all, I'm now using image() to show image data (in my case dumps of SOM weights) but would like to show RGB colour data, not just single "z" colour values. I've currently been using seq() to skip 4 values, so I can show the R, G or B channels separately as "z". But is there a way I can show all three channels simultaneously as a proper colour image? Thanks, B.
2005 Aug 30
0
No subject
Nothing has been defined <;0;3;(0,23)> failure on __vt_9type_info:G(0,65)=ar(12,3);0;3;(0,23) at ;0;3;(0,23) Nothing has been defined <;0;7;(0,11)> failure on __ti9type_info:G(0,66)=ar(12,3);0;7;(0,11) at ;0;7;(...
2009 Aug 12
1
A function for plotting a boxplot with added dot and bars (for mean and SE) - please help improve my code
...input arguments, and until now I didn't find a way for doing the same task from a formula input. So for example, the original boxplot will be written like this: boxplot(y ~ A*B) Where as my function will look like this: boxplot.2(y , list(A,B) ) In this e-mail I am giving away the code for: 1) helping out others searching for this solution. and 2) in hope to have more experienced R programmers come by and improve on this code (by, for example, removing the for loop in it, or allowing to use a formula instead of a list input) Here is the code: boxplot.2 <- function(fo.head, list....
2013 Jan 17
3
Colors in interaction plots
...For example, it works for the first interaction.plot below, with the example from the ALDA book, but not with the other plots, from the NPK dataset: # from http://www.ats.ucla.edu/stat/r/examples/alda/ch2.htm tolerance <- read.csv("http://www.ats.ucla.edu/stat/r/examples/alda/data/tolerance1.txt") tolerance.pp <- read.csv("http://www.ats.ucla.edu/stat/r/examples/alda/data/tolerance1_pp.txt") attach(tolerance.pp) # fitting the linear model by id fit <- by(tolerance.pp, id, function(bydata) fitted.values(lm(tolerance ~ time, data=bydata))) fit <- unlist(fit) # pl...
2020 Aug 13
2
[PATCH] po-docs: turn language list into LINGUAS file
...ariable. This way Weblate will be able to update the list using an available addon, and we do not need to list those not built. Accordingly, rename the variable with built languages to 'linguas_translated'. Signed-off-by: Pino Toscano <ptoscano@redhat.com> --- po-docs/LINGUAS | 12 ++++++++++++ po-docs/Makefile.am | 12 +++++------- 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 po-docs/LINGUAS diff --git a/po-docs/LINGUAS b/po-docs/LINGUAS new file mode 100644 index 000000000..85b7927a3 --- /dev/null +++ b/po-docs/LINGUAS @@ -0,0 +1,12 @@ +cs +de +e...
2011 Jul 17
1
Plot fn, xlim when x is a date. XXXX
Hello everyone, I have the following x variable: DATE<-as.Date(as.character(data12$DATE),"%m/%d/%Y") This works fine, however, I want to plot multiple years of data on separate plots by month. All years have all 12 months data except 2011; HOWEVER I need the x axis limits to remain the same. I tried using xlim=c(1,12) and that did not work. Can someone please advise?...
2007 Jan 20
1
aov y lme
Dear R user, I am trying to reproduce the results in Montgomery D.C (2001, chap 13, example 13-1). Briefly, there are three suppliers, four batches nested within suppliers and three determinations of purity (response variable) on each batch. It is a two stage nested design, where suppliers are fixed and batches are random. y_ijk=mu+tau_i+beta_j(nested in tau_i)+epsi...
2010 Mar 08
2
variance of discrete uniform distribution
Hi all, I am REALLY confused with the variance right now. for a discrete uniform distribution on [1,12] the mean is (1+12)/2=6.5 which is ok. y=1:12 mean(y) then var(y) gives me 13 1- on http://en.wikipedia.org/wiki/Uniform_distribution_%28discrete%29 wiki the variance is (12^2-1)/12=143/12 2- http://www.solvemymath.com/online_math_calculator/statistics/continuous_distributions/unifo...
2002 Oct 02
0
Directory Problemsw
...No debug information in 32bit DLL 'F:\Mapper6.exe' (0x00400000) No debug information in ELF 'wine' (0x00000000) Breakpoint 1 at 0x4000bd00 (Mapper6.exe..rsrc+0x3fa8ad00) Loaded debug information from ELF '/usr/lib/wine/libntdll.dll.so' (0x40031000) No debug information in ELF '/...
2008 Aug 01
1
Confidence intervals with nls()
I have data that looks like O.lengthO.age 176 1 179 1 182 1 ... 493 5 494 5 514 5 606 5 462 6 491 6 537 6 553 6 432 7 522 7 625 8 661 8 687 10 704 10 615 12 (truncated) with a simple VonB growth model from within nls(): plot(O.length~O.age, data=OS) Oto = nls(O.length~Linf*(1-exp(-k*(O.age-t0))), data=OS, start=list(Linf=1000, k=0.1,...
2009 Oct 15
1
Lattice package - Trellis
...------------------------------------------------------------ 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("Reduced",6),rep("All",7),rep("Reduced",6))) colnames(mfr) <- c("PVAL","POSITION","CHR","METHOD") m...
2008 Jan 30
6
Schedule parser
...: :process_something: :trigger_args: 30 * 0 * * 2,3,4,5,6 When I try to start backgroundrb, the "collector" worker failed to start up and I find this in backgroundrb_server.log: /home/mengkuan/apps/testrailsapp/current/vendor/plugins/backgroundrb/ server/cron_trigger.rb:160:in `local'': argument out o f range (ArgumentError) from /home/mengkuan/apps/testrailsapp/current/vendor/plugins/ backgroundrb/server/cron_trigger.rb:160:in `fire_time _after'' from /home/mengkuan/apps/testrailsapp/current/vendor/plugins/ backgroundrb/server/me...