Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

841 results for “from:AC”

Minor quibble with eigen and La.eigen (PR#3221)
j.c.rougier@durham.ac.uk · Jun 10, 2003 · r-devel

Hi everyone, It's a very minor point, but could we ensure that eigen and La.eigen return a *matrix* for the "vectors" component of the list by including a "drop = FALSE", as specified in the help file, ie put...

stripchart ignores main title option (PR#12202)
j.curran at auckland.ac.nz · Aug 7, 2008 · r-devel

Full_Name: James Curran Version: 2.7.1 OS: Windows XP/Vista Submission from: (NULL) (130.216.51.81) stripchart ignores the main title option. For example, in the documentation stripchart(decrease ~ treatment, main = "stripchart(OrchardSprays)", vertical = TRUE, log = "y...

about the analysis of strings, thanks
ucecgxu at ucl.ac.uk · Jun 17, 2006 · r-help

Dear R-helpers: thank your for your attention. i am a newer to R and i am doing some protein category classification based on the amino acid sequence.while i have some question urgent. 1. any packages for analysis amino...

analyze amino acid sequence (composition)of proteins
ucecgxu at ucl.ac.uk · Jun 18, 2006 · r-help

Dear R-helpers: thank your for your attention. i am a newer to R and i am doing some protein category classification based on the amino acid sequence.while i have some questions urgently. 1. any packages for analysis amino...

nls (PR#1532)
scs10@st-andrews.ac.uk · May 9, 2002 · r-devel

I'm having a problem with nls: it iterates the correct number of times according to nls.control, but mis-reports how many iterations have occured! It converges on the correct parameter values, but doesn't stop and report them...

wilcox.test returned estimates
pmt1rew@leeds.ac.uk · Feb 15, 2006 · r-help

Hi all, I have being using wilcox.test to test for differences between 2 independent samples. I had understood the difference in location to be conventionally the difference in the sample medians however this is not the case when implemented...

circlize package: different font size for axis labels
Fix Ace · Dec 15, 2014 · r-help

Hi, Dr. Gu, I am trying to highlight some axis labels, for example, "72hL3" as bold, using the following command: circos.initialize(factors=female.f, xlim=c(1.8,6.2)) circos.trackPlotRegion(factors=female.f, ylim=c(-1.3...

Deprecated component in plot.histogram (PR#2696)
j.c.rougier@durham.ac.uk · Mar 27, 2003 · r-devel

Hi everyone, As "intensities" is deprecated as a synonym for "density" in the output of hist it would be a good idea to replace its occurence with "density" in plot.histogram, where we currently have y <- if (freq) x$counts...

typos in R-intro.texi (PR#1279)
stephen@cogsci.ed.ac.uk · Jan 23, 2002 · r-devel

Full_Name: stephen eglen Version: 1.4 OS: Redhat 7.1 Submission from: (NULL) (128.252.204.36) I found a few typos whilst reading R-intro. Line numbers are against R-intro.texi in the r-devel tree. line...

Random Numbers
dcum007@ec.auckland.ac.nz · Jul 10, 2003 · r-help

I thank all who replied to my first post regarding random number gereration in R. I have taken all your advice and read much about the gereration of random numbers. I have managed to find a few pieces of code...

error with subtree()
Fix Ace · Sep 9, 2017 · r-help

Dear R community, I would like to plot a partial hclust output, so I?am looking for a subtree function that would return an tree structure I can plot. I ran the test code of subtree following the instruction on...

Bug in version 65.0 (PR#345)
mhdelsemme@ulg.ac.be · Nov 26, 1999 · r-devel

Full_Name: Marie-Hélène Delsemme Version: 65.0 OS: Submission from: (NULL) (139.165.164.139) My students found this error when I was teaching but it seems to be reproductible Starting using a R65.0 seesion, if...

Plotting points on a filled.contour plot (PR#857)
marchini@stats.ox.ac.uk · Feb 27, 2001 · r-devel

Full_Name: Jonathan Marchini Version: R 1.2.2 OS: linux-gnu Submission from: (NULL) (163.1.103.108) When adding points to a filled.contour plot they do not appear at the correct coordinates. The following code demonstrates this...

wilcox.test, CI (PR#3666)
D.A.Wooff@durham.ac.uk · Aug 6, 2003 · r-devel

Full_Name: David Wooff Version: 1.7.0 OS: i686-pc-linux-gnu Submission from: (NULL) (129.234.4.10) wilcox.test exits with error message when confidence interval required, under some situations. I suspect this occurs when the data...

R Error : Error in vector("list", gamma(n + 1)) : vector size specified is too large
ritwik_r at isical.ac.in · Jun 4, 2012 · r-help

Dear R-listers, I am giving part of my R code : ########################################################### n=15 m=1 library("partitions") library("gregmisc") library("combinat") x = t(restrictedparts(n-m,m)) l = length(x[,1]) for(u in 1:l){ A= unique(matrix( unlist...

R Error : Error in vector("list", gamma(n + 1)) : vector size specified is too large
ritwik_r at isical.ac.in · Jun 1, 2012 · r-help

Dear R-listers, I am giving part of my R code : ########################################################### n=15 m=1 library("partitions") library("gregmisc") library("combinat") x = t(restrictedparts(n-m,m)) l = length(x[,1]) for(u in 1:l){ A= unique(matrix( unlist...

help(foo, help_type = "text")
iwhite@staffmail.ed.ac.uk · Mar 14, 2013 · r-sig-mac

When I use the R.app GUI, underlined text produced by help(?, help_type = "text") appears as _^Ht_^He_^Hx_^Ht (for example). Any cure for this? > sessionInfo() R version 2.15.3 (2013-03-01) Platform: i386-apple-darwin9...

ISwR (PR#9204)
phillip.endicott at zoology.oxford.ac.uk · Sep 5, 2006 · r-devel

I wanted to install the ISwR package onto my Linux system and used the install.packages command but it returns the message that the package was not found at the repositories. So I tried to install locally adding the argument...

Coercion/conversion of logical index to integer index
holki659@student.otago.ac.nz · May 28, 2002 · r-help

Hi all, This question has significant potential to be a stupid one, but as I could find no hints in the manual or previous posts: If you have a logical index X: >X [1] TRUE FALSE TRUE TRUE FALSE And...

Your mail sent to mailbase.ac.uk with subject Meeting notice
jiscmail-support@jiscmail.ac.uk · Apr 19, 2002 · r-help

This Mailbase list has moved to JISCmail. For further information see http://www.jiscmail.ac.uk/docs/transition.htm. The email message that you sent has not been delivered, if you want your email to be delivered you must re...

Can't find what you're looking for? Try searching with Google .