Displaying 15 results from an estimated 15 matches similar to: "Colors vector based on group"
2009 Sep 05
8
Color index in image function
Dear All,
I was looking for the color index in?image function,?such as from topo.colors(n) and etc. but still never found it. For instance, from the help menu.
###########################################
# Volcano data visualized as matrix. Need to transpose and flip
# matrix horizontally.
image(t(volcano)[ncol(volcano):1,])
# A prettier display of the volcano
x <- 10*(1:nrow(volcano))
y
2010 Mar 06
2
memory error in for loop
hi,
I have been attempting to run this script and am getting some strange
results. The script connects to a database and retrieves a series of
tables, using sequential sql statements. I have tested all of the sql
statements in the PostGreSQL terminal and they all return the desired
results. I place each table into a list and run a FOR loop for 'i' in
the list. The script generates
2012 Mar 28
1
What are the color's name in heat.color(5)
Hi all,
I'm trying to using heat.color function in my data visualization. So, when
I set col = heat.color(5), five different colors are displayed from red to
weak yellow.
But, now I want to know the color's keys or the names of the displayed
heat.color. For instance, I think one of the five displayed colors seems to
be 'red'. But, I'm not sure whether it is, also I don't
2015 Aug 15
2
Small patch to scale the values for TRIPP-LITE SMART*LCDT's
Hi,
I just decided to fix some scaling issues for my UPS (TRIPP-LITE
SMART1500LCDT). Apparently that issue existed for some time (and I knew
about it as well:-()
See http://thread.gmane.org/gmane.comp.monitoring.nut.devel/6482 for a
thread.
My little patch is attached (against 2.7.3). It seems to be working
better for me but I don't have any other TRIPP-LITE's to test that I did
2015 Aug 15
2
Small patch to scale the values for TRIPP-LITE SMART*LCDT's
Hi,
I just decided to fix some scaling issues for my UPS (TRIPP-LITE
SMART1500LCDT). Apparently that issue existed for some time (and I knew
about it as well:-()
See http://thread.gmane.org/gmane.comp.monitoring.nut.devel/6482 for a
thread.
My little patch is attached (against 2.7.3). It seems to be working
better for me but I don't have any other TRIPP-LITE's to test that I did
2023 Feb 23
2
Palettes {grDevices} - wrong number of colors returned?
Hi,
I would have expected that I get always 3 colors as result which is not
true:
hcl.colors(3, alpha=c(0, 0.5, 1)) # 3 colors
rainbow(3, alpha=c(0, 0.5, 1)) # 3 colors
heat.colors(3, alpha=c(0, 0.5, 1)) # 3 colors
terrain.colors(3, alpha=c(0, 0.5, 1)) # 6 colors
cm.colors(3, alpha=c(0, 0.5, 1)) # 6 colors
topo.colors(3, alpha=c(0, 0.5, 1)) # 9 colors
R-Version and
2005 Nov 25
1
Sudden failure!
Wine 20050111 has been working fine until today ... now it fails when I
go to run Quicken 2002.
I am running Fedora Core 3 on a Pentium 3 with all of the current
updates, wine 20050111. Windows Version is set to "Win98"
Error message:
fixme:msvcrt:_setmbcp Unreal codepages (e.g. -3) not implemented.
What has happened?
Thanks,
David Johnson
2007 May 15
1
differentiate groups on barplot
To differentiate between groups on the barplot, I guessed that col =
colr[test$group] would have worked. How can I do this?
Many Thanks
Murray
test <-
structure(list(patient = 1:20, score = c(100, 95, 80, 75,
64, 43, 42, 40, 37, 35, 30, 29, 27, 26, 23, 22, 19,
18, 17, 16), group = c(1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0)), .Names = c("patient",
2006 Jan 11
1
4 smoothed lines on xyplot
I am using the R code listed below to create 4 smoothed lines on a
xyplot. I'm having trouble fine tuning it. First I think I may need a
black and white plot so how do I get it to plot the lines with different
characters, preferable the same characters used in the key (plus, X
circle and triangle). I might also be interest in a version that draws
four solid lines of different colors but
2011 Jun 28
2
Loop through each subject
R help -
I am attempting to write a script that has multiple subjects in 1 data file.
Each subject has multiple rows with columns as variables. Here is my code,
I am having problem executing it on each unique subject id (dat$Subject).
getwd()
setwd("/Users/edwardpatzelt/Desktop/Neuroimaging/MERIT/SRRT/merge")
dat <- read.table("test2.txt", header = TRUE, na.strings
2020 Jun 28
2
AVR750U Low Power not Triggering Shutdown
Hello,
I am having difficulty using NUT to shut down my Netgate SG-1100
(a pfSense router) when the power level of the UPS gets critically
low.
Here is some relevant information:
- OS: pfSense 2.4.5-RELEASE-p1 (FreeBSD 11.3-STABLE)
- NUT version: 2.7.4
- Installed from: pfSense package 2.7.4_7
- UPS: AVR750U (Device release number 2)
- I have included my config files, output from `upsc`, and
2006 Jan 26
2
footnote in postscript lattice
I would like to add a footnote to this graph but do not see a "footnote" command in the package:lattice documentation. I would like to note the "span=.8"
as the footnote.
postscript(file= ?C:/Documents and Settings/dsonneborn/My Documents/Slovak/output/pcb_tables/smooth_PCB_lines_four.ps?, bg=?transparent?, onefile=FALSE, pointsize=20,paper=?letter?, horizontal=TRUE,
2015 Feb 24
2
intercalar elementos de vectores
Excelente! Ahora corre muy rápido. No conocía ese método, creo que me va a
resultar muy útil.
Muchas gracias y saludos.
Fernando Macedo
El 24/02/15 a las 10:51, Jorge I Velez escribió:
Fernando,
Podrias intentar
R> a <- rep('a', 5)
R> b <- rep('b', 5)
R> a
[1] "a" "a" "a" "a" "a"
R> b
[1] "b"
2015 Feb 24
2
intercalar elementos de vectores
Gracias, Carlos.
Habia pensado en algo similar usando sapply():
sapply(seq(1, ncol(vtmp), by = 2), function(i) c(rbind(as.character(vtmp[,
i]), as.character(vtmp[, i+1]))))
Dependiendo de la dimension de los datos, quizas mapply() sea mas eficiente
que sapply().
Saludos cordiales,
Jorge.-
2015-02-25 1:01 GMT+11:00 Carlos Ortega <cof en qualityexcellence.es>:
> Hola,
>
> Este
2015 Mar 03
0
Ippon Smart Winner 3000 New
Hello,
I've recently bought Ippon Smart Winner 3000 New (note the "New" in the
model name) and I can't make NUT to work with it.
Linux gateway 3.17.8-gentoo-r1 #1 SMP Mon Feb 16 13:46:11 MSK 2015
x86_64 Intel(R) Celeron(R) CPU 1037U @ 1.80GHz GenuineIntel GNU/Linux
Network UPS Tools 2.7.2
1) USB connection partially works using usbhid-ups driver, the problem
is that I