similar to: graph history

Displaying 20 results from an estimated 4000 matches similar to: "graph history"

2010 Aug 05
3
PageUp/Down in gnome-terminal
Dear all, I am using gnome-terminal to run R, and I noticed that standard PageUp/Down do not work but they do work for other programs within the same terminal window (e.g. irssi). Scroll bar does not work either. I run R using GNU-screen, but it doesn't seem to make any difference. Many thanks Olga ------------------ R version 2.11.1 (2010-05-31) 2010 x86_64 GNU/Linux Ubuntu 10.04.1 LTS
2019 Oct 23
2
issues with Asterisk CLI
Hello, I have Asterisk 16.2 on Debian. In the Asterisk CLI, I would like to change 2 things: 1) change the keybindings for commandline editing (what in bash is called "readline" editing of the command line) The CLI is missing some very useful keybindings, and even worse, has misconfigured others, For instance, "ctrl"+"w" should delete the last word backward. But
2018 Sep 19
2
Centos on Dell XPS15
On 09/07/2018 04:01 AM, H wrote: > On September 4, 2018 10:51:09 AM GMT+02:00, Patrick Laimbock <patrick at laimbock.com> wrote: > > -----Original message----- > > From:H <agents at meddatainc.com> Sent: Monday 3rd September 2018 14:52 To: Centos Mailing List <centos at centos.org> Subject: [CentOS] Centos on Dell XPS15 Is anyone successfully running
2018 Sep 04
5
Centos on Dell XPS15
-----Original message----- > From:H <agents at meddatainc.com> > Sent: Monday 3rd September 2018 14:52 > To: Centos Mailing List <centos at centos.org> > Subject: [CentOS] Centos on Dell XPS15 > > Is anyone successfully running Centos 7 on a Dell XPS15? If so, which model? If not, what was the problem? > > Thank you! I only ran Fedora 28 Workstation Live from
2002 Mar 27
2
Need suggestions for nice handling of MANY plots
I have a collection of SAS code that helps people review large amounts of data on a regular basis. It does this by using SAS's proc gplot with a "by" statement to prepare as many as 400 (yes, 400) separate graphs. The code is run on a remote unix host, and displayed on the reviewer's local desktop using X11 and SAS's display manager. The process is initiated from a web
2018 Sep 03
2
Centos on Dell XPS15
Is anyone successfully running Centos 7 on a Dell XPS15? If so, which model? If not, what was the problem? Thank you!
2003 Jun 24
1
Rcmdr active data set
Hi, This seems a very basic problem, but I cannot seem to find the solution to it. I am trying to use Rcmdr on a data frame I created in my current R session. More specifically, I did x <- data.frame(matrix(0, ncol=3, nrow=5)) library(Rcmdr) Now I would like to be able to edit, view and perhaps analyze x, but I cannot seem to figure out how to make it active. Any hint will be welcome.
2002 May 15
3
Processing "vignette" files
Is there any way to process the "vignette" documantation files? I have been looking at the bioconductor packages and most of them have *.Rnw files in doc directories. They look like regular TeX but have sections showing R code that seem to choke TeX. Thanks, Andy __________________________________ Andy Jaworski Engineering Systems Technology Center 3M Center, 518-1-01 St. Paul, MN
2018 Sep 24
2
Centos on Dell XPS15
On 09/21/2018 03:59 PM, H wrote: > On 09/18/2018 08:58 PM, H wrote: >> On 09/07/2018 04:01 AM, H wrote: >>> On September 4, 2018 10:51:09 AM GMT+02:00, Patrick Laimbock <patrick at laimbock.com> wrote: >>> >>> -----Original message----- >>> >>> From:H <agents at meddatainc.com> Sent: Monday 3rd September 2018 14:52 To:
2003 Mar 13
1
small error in regression tests
I just r-sync'ed the r-devel version of R-1.7.0 (2003-03-11), compiled it under RH-8.0 and ran make check. The reg-tests-2 fails at the very end with the message stating that "object cement was not found". It looks like this piece of the regression test is new to version 1.7. The the piece of code generating the error is: if(require(MASS)) { teststep <- function(formula,
2003 Mar 13
1
small error in regression tests
I just r-sync'ed the r-devel version of R-1.7.0 (2003-03-11), compiled it under RH-8.0 and ran make check. The reg-tests-2 fails at the very end with the message stating that "object cement was not found". It looks like this piece of the regression test is new to version 1.7. The the piece of code generating the error is: if(require(MASS)) { teststep <- function(formula,
2002 Oct 28
1
R as a library
I would like to write a stand-alone application (in C) using R's statistical and graphical capabilities. To make it more challenging I would have to do it using Windows 2000 platform. I seem to remember that R can be compiled into a library of subroutines and linked to an external program. Is this true or is my memory playing tricks on me? I scanned the FAQs and the "extensions"
2002 Dec 19
1
New versions of lattice and grid
I just ran package update on my Win2000 R-1.6.1 and it installed new versions of lattice and grid (0.6-7 and 0.7-3 respectively). Then I ran demo(lattice) and noticed that the last plot, which is supposed to illustrate math expression usage, fails in the sense that all expression are shown literally. For example the title of the plot reads " pi*sum(x, i=0, n)", the x-axis label is
2002 Mar 05
2
identify in lattice
Does identify work in lattice plots? I tried this in R 1.4.1 (original release) on my Win2000 machine with lattice 0.4-0 and grid 0.5-1. > xyplot(y ~ x, + panel=function(x, y, ...){ + panel.xyplot(x, y, col=2, pch=20, ...) + panel.lmline(x, y, type = "l") + identify(x, y) + }) I get a change of cursor after the data points and the LS line are plotted
2002 May 01
0
coefficient of determination on a nls regression
Antonio, For linear regression we have the following identity total SS = regression SS + residual SS (*) where total SS is the sum of squares of observations around their mean, i.e. total SS = (n-1)*var(y) and residual SS is given by the deviance function. R-squared is defined as R^2 = regression SS/ total SS = 1 - residual SS/total SS. You can use this last formula
2001 Dec 19
2
readline with R-1.4.0
Hi, I am not sure if this is a bug, so I am posting it here. I also searched the FAQ file for the readline string and did not find anything about the behavior below. I just successfully rsync'ed, compiled and tested R-1.4.0 on my RH 7.2 Linux machine. I encountered one problem though. When running ./configure I noticed that I was getting errors from the readline library. Although
2003 Apr 25
1
tcltk tkfilefind demo problem
Hi everyone, I wonder if anybody observed the crash of the tkfilefind demo. I looked into the code and it seems to crash executing dirtree<-tkwidget(base, "hierarchy_dir", root=path, showparent="Parent", showfiles=1, showall=all.names,
2001 Sep 06
2
Compiling 1.3.1 under RH Linux
Hi, I am trying to compile R-1.3.1 under RH-7.2 Linux. I used the old gcc compiler (kgcc) and the compilation went fine. I can start R and run some rudimentary tasks with no problem. However, when I did make check I got the following error in base-Ex.Rout > fa <- file.access(dir(".")) Error in file.access(dir(".")) : file.access is not implemented on
2001 May 09
3
odesolve check fails
Hi, I just installed the odesolve package and ran the check command on it. It failed trying to execute library(gnlm). Sure enough, there is no gnlm library on my system and I could not find it on the CRAN archive either. Am I missing anything obvious or is gnlm some private library that somehow found its way into the example section of odesolve? Thanks in advance, Andy
2002 Mar 19
3
Re: Problems with rgl package
I also downloaded the rgl package (after reading recent Uwe Ligges' post) and installed in on my Win2k Pro sp2 machine. It seems to work with no problems. I ran most of the examples, including the hist3d one, and all of them worked fine. A couple of thoughts. I have administrative priviliges on my machine. Could this possible make a difference. The rgl library uses OpenGL. Is it a