search for: empmargdistvec

Displaying 3 results from an estimated 3 matches for "empmargdistvec".

2003 Apr 29
4
thick plot lines
...In a qqplot I am doing, I get lines/points that are very thick. I've tried setting the lwd variable to 0.1, but it doesn't seem to have any effect. Also, I have set the value of lty to dashed, but I still get dots. The command looks like qqplot(cdf.inv(seq(0,1,length=size),theta,pos,len),empmargdistvec(len,theta,pos,size), xlim=c(-theta,theta), ylim=c(-theta,theta), lwd=0.1, xlab="Marginal Quartiles", ylab="Empirical Marginal", col="red", lty="dashed") I tried putting par(lty="dashed",lwd=0.1) before this, but this doesn't hav...
2003 Apr 18
3
superimposing graphs
...er I could turn this to my purposes? If so, the exact syntax required would be helpful. Thanks in advance. Faheem. *********************************************************************** mg.hist <- function(len,theta,pos,size) { x <- empmargdistvec(len,theta,pos,size) postscript(file="plot.ps", horizontal = FALSE, onefile = FALSE, paper = "special", width=6, height=4) par(mfcol=c(1,2),pch=20) truehist(x, nbins=100) mydensityfn <- function(x) { mydensity(x,theta,pos,len) } curve(m...
2003 May 03
1
can't plot ylab in graph
...ing it to the line par(new=T) below, but that didn't do anything either. Thanks in advance for any help. Faheem. ************************************************************************ mg.hist <- function(len,theta,pos,size) { x <- empmargdistvec(len,theta,pos,size) postscript(file="plot.ps", horizontal = FALSE, onefile = FALSE, paper = "special", width=6, height=4) par(mfcol=c(1,2),pch=20) truehist(x, nbins=100,xlab=expression(paste("Range ", (theta)))) mydensityfn <- function(x)...