Displaying 4 results from an estimated 4 matches for "darkgoldenrod1".
2011 Aug 17
0
Help with calc_sde
...Sabeena
library(xlsReadWrite)
Low <- read.xls('LowEB.xls')
attach(Low)
Lwts <- read.xls('LowWtsEB.xls')
attach(Lwts)
cE.add <- c(0.16,1.00,0.42,0.17,0.11,0.49,0.28,0.20,0.45,0.23)
library(aspace)
x11()
plot(x =Low[,1], y = Low[,2], type = 'p', pch = 16, col = 'darkgoldenrod1', cex = 2*cE.add,xlim=c(2,10),ylim=c(40,105))
calc_sde(id=4, filename="EBLOW_Output.txt", centre.xy=NULL, calccentre=TRUE,
weighted=TRUE, weights=Lwts, points=Low, verbose=TRUE)
plot_sde(plotnew=FALSE, plotSDEaxes=FALSE, plotcentre=FALSE,plotweightedpts=FALSE,plotpoints=FALSE,sde.co...
2013 Feb 25
1
colors to pie chart.
...ot;2", 14), rep("3", 12), rep("4", 3), rep("5", 2), rep("6", 2)))
##this runs just fine.
pie(table(TVs))
##however, when i add:
colors <- c("cyan3","magenta","darkblue","darkmagenta","darkred", "darkgoldenrod1", "deeppink")
##and then:
pie(table(TVs, col=colors))
i receive this error.
Error in table(TVs, col = colors) :
all arguments must have the same length
i have tried it a few different ways (changing color names, adding cex arguments, etc), with same results.
i am not sure why...
2010 Apr 01
2
Adding regression lines to each factor on a plot when using ANCOVA
...odel2.anv <- anova(model2)
# same regression line for all groups
model3 <- lm(lgVar ~ lgCov)
model3.summ <- summary(model3)
model3.anv <- anova(model3)
compare <- anova(model1, model2, model3) # compare all models
# plots
par(mfcol=c(1,2))
boxplot(lgVar ~ group, col="darkgoldenrod1")
# plot the variate and covariate by group
plot(lgVar ~ lgCov, pch=as.numeric(group), col=as.numeric(group))
legend("topleft", inset=0, legend=as.character(unique(group)),
col=as.numeric(unique(group)),
pch=as.numeric(unique(group)), pt.cex=1.5)
abline(model1) # Need separa...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...F",
"cyan2", "#00EEEE",
"cyan3", "#00CDCD",
"cyan4", "#008B8B",
"darkblue", "#00008B",
"darkcyan", "#008B8B",
"darkgoldenrod", "#B8860B",
"darkgoldenrod1", "#FFB90F",
"darkgoldenrod2", "#EEAD0E",
"darkgoldenrod3", "#CD950C",
"darkgoldenrod4", "#8B6508",
"darkgray", "#A9A9A9",
"darkgreen", "#006400",
"darkgre...