similar to: monitor linearity

Displaying 20 results from an estimated 1000 matches similar to: "monitor linearity"

1999 Jan 21
0
DONE: Installation of packages?
Dear helpers, thanks. Installation of R and packages (like integrate) successful done. The LD_LIBRARY_PATH wasn't set in the correct order: system libs ahead of the compiler lib. Cross checks provided by Brian Ripley, Oxford, helped a lot. Yours Bodo gordon.harrington at uni.edu wrote: > Without tracing the loader system calls and knowing where the functions are > located I can
1998 Jul 02
1
R-beta: Solaris 2.4, R-62.1, and regex
With R-62.1 on Solaris 2.4, configure says the system has regcomp though I do not know where it is getting that information. The Solaris 2.4 regex and other regular expression functions are not interchangeable with the GNU regex and libraries used by sub() and gsub(). Hence it is necessary to acquire the GNU version and to get it into the load path ahead of the system libraries to load it rather
1998 Jun 22
1
R-beta: data(foo) - Error in sub(...
R-0.62.1 sparc-sun-solaris2.4: demo(graphics) stops at: > data("iris") Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular expression or these direct entries give: > data(iris) Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular expression > > help(iris) Error in gsub(pattern, replacement, x, ignore.case, extended) :
1998 Jun 18
0
R-beta: netscape/R interaction [color allocation]
Thanks to Martin Maechler, Douglas Bates, Peter Dalgaard, and Hedderik van Rijn for pointing out the problem is with the color resource demands of the two applications and for their suggested possible solutions. A 24 bit monitor would be ideal and maybe someday I'll have the $$$ to upgrade. "netscape -install" works with the attendant flashing screen color changes from window to
1998 Sep 12
1
R-beta: Sun native compiler SC2.0.1, R-0.62.x
Several multiple definition fatal errors occur compiling R-0.62.2 and more with 0.62.3 using the Sun native compiler SC2.0.1. Earlier versions of R did not present the problem. It does not occur with gcc. The problem lies in the SC2.0.1 library in sunmath.h which is not fully ANSI compliant. The compiler, with appropriate options, compiles non-ANSI usages but does not recognize alternatives as
1997 May 02
0
R-beta: Re: S Compatibility
Ross Ihaka writes: > Peter Dalgaard writes: ************************ > > What he probably would tell you is that the FSF has a substantial "red > > tape" procedure for code contributions to ensure that nobody can claim > > to own parts of the code and thereby block the use of the entire > > product. You can't put code under GPL if you don't own it,
1998 Jun 26
2
R-beta: Problem with functions using sub and gsub
Previously I had problems with data(foo) and Gass and I had problems with help(). His diagnostic was "POSIX regular expressions not available" and mine was "invalid regular expression". Martin Maechler has no problems with Solaris 2.5 and suggested a regular expression library was needed, e.g., regex-x.xx. Solaris 2.4 has regex.o in /usr/ccs/libgen.a and regex.h in
1999 Jan 11
1
choosing systems
After many helpful suggestions from many including Brian Ripley, Peter Dalgaard, Martin Maechler, Douglas Bates, and Tristan Savatier--it is clearly time to upgrade my system from SPARC-10 Solaris 2.4. Rational choice of configuration should be based on intended application and perhaps the fact it is my pension, not my university, which now finances my research. My most demanding applications
1998 Jun 18
3
R-beta: netscape/R interaction
Using netscape 4.03 (or 2.x or 3.x)/ R-0.62.1 with SPARC Solaris 2.4: when netscape is running for help, graphics in R quit with "Color allocation error". Closing netscape removes the problem. netscape does not interfere with other X11 imaging programs including ghostscript and ImageMagick except that it increases the contrast in my mailer windows slightly. (netscape does block
2001 Jan 31
1
R 1.2.1 - read.table - factors problem...
This _may_ be another example of the "space" problem. Numeric fields with embedded spaces have often been converted to factors by read.table (although I confess to not having the latest version). I usually use tr -d ''\40'' < oldfile > newfile to remove the spaces and have no problem. Jim
2002 Feb 07
2
FW: layout and piechart diameter problem (PR#1300)
Third try... > -----Original Message----- > From: Warnes, Gregory R > Sent: Tuesday, February 05, 2002 4:12 PM > To: 'R-bugs' > Subject: layout and piechart diameter problem > > > I've been using layout to create some graphics pages which include pie > charts. (NB: No piechart arguments please, the main chart on the page is > a proper bar chart
2010 Jan 25
1
Postscript graphs
Hi, I tried to use the following commands to create a postscript pie chart using R: postscript(file="H:/piechart.eps") # then I wrote my commands to generate the pie chart pie(filename,labels=,col=,radius=0.6) dev.off() After I ran those commands, instead of giving the pie chart, it showed > dev.off() postscript 2 > In my H drive, there is a file called
2010 Nov 23
1
specifying colours in a ggplot2 piechart
Someone was asking how to do a 16 category piechart in OpenOffice Calc and it appears that it can not be done (which we, probably, should be happy about) but I thought that I'd try it in ggplot2. It works but I then thought I'd like to make the colours more distinctive but fro some reason I don't seem to be able to use manually assigned colours. Can anyone suggest where I'm
2005 Sep 29
3
Display values in piechart/barplot
Is it possible to automatically display the underlying values of a piechart/barplot in the graphic? If so, which package/function/argument do I need for it? Thanks, Volker
2010 Dec 08
2
piechart
dear R-community, 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=
2009 May 05
4
Create Pie chart from .csv file
Hi all, I am looking to create a pie chart from a given column in a .csv file. My class variables are as follows: entry_type, uniquekey, types, title, url, abstract, journal, author, month, year, howpublished So say I want to export a pie chart that groups together all entries under 'types' e.g. 3 x statistics 2x education etc. Im looking to have a piechart represent this
2000 Dec 13
1
explosed-pie
Dear All R users, my name is Raffaella Tommasini and I 'm working with R version 1.1.1 I'd like to know if is possible plot "explosed-pie" with R. Thanks for your attention, Raffaella Tommasini Bologna Italy -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20001213/722f4bd2/attachment.html
2018 Feb 15
0
Fleming-Harrington weighted log rank test
> On Feb 13, 2018, at 4:02 PM, array chip via R-help <r-help at r-project.org> wrote: > > Hi all, > > The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test. > > But according to several sources including "survminer" package
2001 Feb 04
1
Linux shared library problem (PR#838)
Full_Name: Daniel Egloff Version: 1.2.1 OS: Linux Redhat 7.0 Submission from: (NULL) (212.35.34.200) Externals in the shared library libc.so.6 not found. See the following R session, with the abort message at the end. > demo(graphics) demo(graphics) ---- ~~~~~~~~ Type <Return> to start : > opar <- par(ask = interactive() && (.Device %in%
2018 Feb 14
2
Fleming-Harrington weighted log rank test
Hi all,? The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.? But according to several sources including "survminer" package (https://cran.r-project.org/web/packages/survminer/vignettes/Specifiying_weights_in_log-rank_comparisons.html), Fleming-Harrington weighted log-rank test should have 2 parameters