Displaying 3 results from an estimated 3 matches for "pazur".
Did you mean:
lazur
2013 Jan 10
2
transparency in segments()
Dear all,
i would like to plot each value from my datasets as segment with defined
transparency
However, I didnt find out how to set the transparency.
definition by "col=" in par() or segments() doesnt seem to work
any suggestions?
Thanks in advance.
Kind regards,
Robert Pazur
example code:
xx2 <-read.table("http://www.scandinavia.sk/data/R/0_05.csv", sep=";",
header=T)
plot(xx2$MEAN_PERI,ylim=c(50,350),xlim=c(1,30000),log= "x",
yaxt='n',ylab="",xlab="mean", type = "n")
segments(xx2$MEAN_PERI, 60,xx2...
2012 Sep 14
1
swap hist() colours
...ot(yes.matrix_11, beside =TRUE,ylim=c(0,250))
abline(v=(6),col = "black", lty=3, xpd= F)
abline(v=(17),col = "black", lty=3, xpd= F)
abline(v=(28),col = "black", lty=3, xpd= F)
f <- c(11.5,22.5)
axis(1, f,labels = FALSE)
box()
###############################
Robert Pazur
[[alternative HTML version deleted]]
2009 Dec 04
2
Logistic geographical weighted regression
Dear all,
is it possible to perform logstic type of geographical weighted
regression in R software?
thanks in advance.
robert.
[[alternative HTML version deleted]]