Re: [R] Circular plot

2017-02-13 Thread swaraj basu
.in = 5 - score/5, > theta.1=begin, theta.2=stop, border=col, lwd=4)) > text(5.2, .4, "1", pos=4) > text(5.2, -.4, "1500", pos=4) > > - > David L Carlson > Department of Anthropology > Texas A&M University

[R] Circular plot

2017-02-13 Thread swaraj basu
Since the human mitochondria is a circular genome, I would like to visualise the plot generated above as a circle where all segments with positive score lie inside the circle and those with negative score lie outside. Attached is a representation of my requirement, although here it is manually

[R] Compare correlation coefficients between samples

2016-02-08 Thread swaraj basu
gative correlation in A (again at p.value < 0.01). I was thinking in the lines of using the "prob" package to estimate the conditional probability but I am not able to figure out the correct way to do so in my case. Thanks for any help in advance. -- Swaraj Basu Institute of Biomedicine Unive

[R] R memory allocation

2012-05-25 Thread swaraj basu
help me in finding a workaround to the problem. -Regards -- Swaraj Basu PhD Student (Bioinformatics - Functional Genomics) Animal Physiology and Evolution Stazione Zoologica Anton Dohrn Naples [[alternative HTML version deleted]] __ R-help@r-p

[R] Memory allocation error

2012-05-24 Thread swaraj basu
help me in finding a workaround to the problem. -Regards -- Swaraj Basu PhD Student (Bioinformatics - Functional Genomics) Animal Physiology and Evolution Stazione Zoologica Anton Dohrn Naples [[alternative HTML version deleted]] __ R-help@r-project.o

[R] R CMD check: no visible binding for global variable

2011-05-16 Thread swaraj basu
yours sincerely, Swaraj Basu [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented

[R] R CMD check warning

2011-05-05 Thread swaraj basu
Dear All, I am trying to build a package for a set of functions. I am able to build the package and its working fine. When I check it with R CMD check I get a following warning : no visible global function definition for ‘biocLite’ I have use

[R] Axis trouble

2011-05-03 Thread swaraj basu
Hello Everyone, I am having problem in defining specific axis for plotting a vactor. vecAVG <- c(0.2, 0.4, 0.6, 0.2, 0.4) names(vecAVG)<-c("brain","heart","kidney","lung","blood") par(mar=c(12,4.1,4.1, 2.1)) plot(sort(