similar to: How to use rainbow function without the gamma argument

Displaying 20 results from an estimated 3000 matches similar to: "How to use rainbow function without the gamma argument"

2015 Oct 14
2
SemPlot install fails
Hey there, I'm new to Linux and to R and trying to install SemPlot. When i enter install.packages (c("SemPlot")) R starts installing but suddenly there are a lot of error warnings. After the process ends, i get warning messages: 1: In install.packages(c("semPlot")) : installation of package ?stringr? had non-zero exit status 2: In
2015 Sep 16
2
Problem installing R on Debian 6
Dear all, I having a trouble installing R on debian 6 squeeze. Apt can not find some packages on repository. It seems like that some packages missed. Can you please help me with this? Thank you in advance. Harutyun khachatryan. P.S. It writing something like this. It doesn't depends on CRAN mirror. I have tried a lot of different CRAN mirrors with the same result. Err
2015 Feb 26
2
R 3.1.2 for Debian jessie/testing available on CRAN
Thanks Johannes to clarify this point. It makes more sense to me now. So I understand that the idea is to make it simpler without apt-pinning for less adventurous people (I mean normal people :)): just add jessie-cran3 repo and you're good to go. Am I also correct that jessie-cran3 is essentially a backport of Debian SID, with some (short?) delay? In other words, modulo a couple of days,
2014 Apr 23
1
debian testing CRAN repositories
Dear all, i've a Debian jessie on my home pcs. For the repositories of CRAN packages, to the best of my knowledge, there are 1) http://debian-r.debian.net/ 2) http://debian.cran.r-project.org/ 3) http://cran.r-project.org/bin/linux/debian/ I'm a bit confused and need a little advice: which better (if one is so) for my setting? In order to make packages dependencies happy and
2014 Aug 01
1
Update R on a new Linux Mint Maya 13 + rJava and XLConnect
Folks, I was able to get R installed using: apt-get install r-base-core R version 2.14.1 (2011-12-22) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i686-pc-linux-gnu (32-bit) * What is the best way to upgrade to the latest version of R. * What is the best way to install rJava and XLConnect. Thanks for your time, Best, KW PS. I know some of you
2015 Apr 20
2
Dependency problem with "python-rpy2" package
Hello, I have a problem with package "python-rpy2" with Debian Wheezy repository. I use this repo : deb http://cran.r-project.org/bin/linux/debian wheezy-cran3/ This package depends on "python-singledispatch" but it doesn't exist in official Debian repo... Could you help me to fix this issue ? Thanks a lot,
2015 Apr 02
1
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
On Tue, Mar 31, 2015 at 2:05 AM, Johannes Ranke <jranke at uni-bremen.de> wrote: > Dear Marius, > > thanks for sharing your thoughts on this. I am not very happy that you provide > instructions to install R 3.1.3 from sources when binaries are already > provided on CRAN. Dear Johannes, ... no one in his/her clear mind would go that way unless necessary. I have given reasons
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir Can't find /etc/apt/sources.list file please help. When I tried the command on terminal some errors has occurred as follows- manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/ No command 'deb' found, did you mean: Command 'dab' from package 'bsdgames' (universe) Command 'dwb'
2017 Jun 08
0
Rainbow in loop
Does: rainbow(3)[1] rainbow(3)[2] rainbow(3)[3] ... solve your issue? B. > On Jun 8, 2017, at 8:20 AM, WRAY NICHOLAS <nicholas.wray at ntlworld.com> wrote: > > Hi R folk I have a distance time graph for a locomotive and at various times > different events occur on board the loco. I want to put a vertical line on the > speed time graph for each event, but I
2014 Dec 16
3
BLAS/LAPACK routine 'DLASCL' gave error code -4 in liblapack3 Version 3.5.0
Dear all Some computations gave a matrix. The single value decomposition of it worked fine previously, after an system upgrade I get the following error: ----- > La.svd(x,256,256) Error in La.svd(x, nu, nv) : BLAS/LAPACK routine 'DLASCL' gave error code -4 ----- Erroneous Matrix: ftp://usys-ftp.ethz.ch/ITES/STEP/nussbaum/R/matrix-lapack-error4.RData /.csv Operating System: Debian 8
2017 Jun 08
2
Rainbow in loop
Hi R folk I have a distance time graph for a locomotive and at various times different events occur on board the loco. I want to put a vertical line on the speed time graph for each event, but I want to colour each different kind of event differently to see visually whether there's any pattern to these events happening. I could just create a vector of colours and use abline which is easy
2014 Apr 07
2
How to use stable release in Ubuntu
Hi all, I am writing to you since I think I am experiencing a regression on the latest beta release, R version 3.1.0 beta (2014-03-28 r65330) -- "Spring Dance" .. Since I need to check for it before posting, I was searching for a method to revert to version 3.0.2 in Ubuntu, but I was unable to find it. Could you please give me some hints? Thanks ~ Francesco Brundu [[alternative HTML
2009 Nov 30
3
Assign palette (e.g. rainbow) to a series of points on 1 plot
I have 11 vectors representing insect survival probabilities in response to different levels of toxins at 10 concentrations lx100=c(1,1,1,.8,.5,.4,.2,0) day100=c(0,1,2,3,4,5,6,7,8) lx90=c(1,1,1,1,.9,.8,.6,.4,.2,.1,0) day90=c(0,1,2,3,4,5,6,7,8,9,10) #...and so on10% and a zero (control) series lx0=c(1,1,1,1,1,1,.9,.9,.8,.8,.6,.5,.4,.3,.2,.1,.1,0)
2014 Jan 11
1
gcc: error: SHLIB_LIBADD: No such file or directory
Hi, I installed Ubuntu 13.10 on Android 4.4.2 (Nexus 5). I also installed all the tools I have on my Desktop Ubuntu without problems on the Nexus 5 Ubuntu. I then wanted to install R-3.0.2 (from source). 'make' runs fine up to installing MASS: make[2]: Entering directory `/usr/local/R/R-3.0.2-build/src/library/Recommended' begin installing recommended package MASS During startup -
2008 Sep 17
6
creating rainbow gradients
Hi, how can I create a rainbow gradient in R? For example, let's say I have a plot of y = x...and I want the plot to go from red -> orange -> yellow -> green -> blue -> etc. Right now, I know how to do something like go from red to blue, using the plotrix library: library(plotrix) redToBlue <-
2013 Aug 02
1
segfault and RunSnowWorker: not found
Hi, While I suspect that this is an issue peculiar to my machine (Debian squeeze amd64, R version 3.0.1, up-to-date packages), I'm hoping that somebody on this list may be able to give me suggestions on how to troubleshoot and fix the following: > library (snow) > cl <- makeSOCKcluster(c("localhost","localhost")) sh: 1: RunSnowWorker: not found I presume/hope
2015 Jan 19
2
Unable to install R 3.1.2 on Debian:Testing
Le 18/01/2015 15:55, Dirk Eddelbuettel a ?crit : > > On 18 January 2015 at 14:14, Dirk Eddelbuettel wrote: > | Ok. I will set up a new toolchain for testing then. We need this for Rocker > | all the time---eg I just put something marvelous into littler which I need in > | Rocker, yet Debian is frozen with no timeline for release. And it is silly > | for us to keep rebuilding all
2015 Mar 30
2
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
Hi, I have Debian Testing running on a Lenovo Thinkpad X1 Carbon (2015, 3rd gen.). I would like to have a package library independent of the installed R version. Under Ubuntu, I used to have the following line in ~/.Renviron: R_LIBS=/usr/local/R/library:/usr/lib/R/site-library This worked fine and /usr/local/R/library showed up in .libPaths(). However, under Debian (with the same ~/.Renviron),
2017 Apr 25
4
R-3.4.0 and recommended packages
Am Dienstag, 25. April 2017, 08:50:34 schrieb Dirk Eddelbuettel: > On 25 April 2017 at 14:58, G?ran Brostr?m wrote: > | hello, > | > | I just installed R-3.4.0 from scratch: > | > | $ sudo apt install r-base > | > | but when I try > | > | > library(survival, lib.loc = "/usr/lib/R/library") > | > fit <- coxph(Surv(exit, event) ~ x, data =
2008 Jan 07
7
rainbow function
Hello I'm using rainbow function to generate 10 colors for the plot and it is difficult to tell the neighboring colors from each other. How can I make the colors more differently. Thanks Zhaoming [[alternative HTML version deleted]]