<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV id=yiv600428278>
<DIV id=yiv2058468855>
<DIV>Dear R users</DIV>
<DIV>&nbsp;</DIV>
<DIV>Greetings from a novice. I would be grateful if you can help me complete the plot of a matern correlation function Matern Correlation function&nbsp;with&nbsp;&nbsp; kappa&nbsp;=1,1.5,2,2.5,3&nbsp;, phi = 1&nbsp; The problem is that i can manage to get the result when t&gt; 0 using the following code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>curve(matern(x, phi= 1.0, kappa = 1.0),from = 0, to = 1.5,<BR>+&nbsp;&nbsp;&nbsp; xlab = "distance", ylab = expression(rho(h)), lty = 2,<BR>+&nbsp;&nbsp;&nbsp; main=expression(paste("Matern Correlation with varying&nbsp; ", kappa,<BR>+&nbsp;&nbsp;&nbsp; "&nbsp; and fixed&nbsp; ", phi)))<BR>&gt; curve(matern(x, phi= 1.0, kappa = 1.5),from = 0, to = 1.5, add = TRUE)<BR>&gt; curve(matern(x, phi= 1.0, kappa = 2.0),from = 0, to = 1.5, add = TRUE,lwd=2,lty=2)<BR>&gt; curve(matern(x, phi= 1.0, kappa = 2.5),from = 0, to = 1.5, add = TRUE,lwd=2)<BR>&gt; curve(matern(x, phi= 1.0, kappa = 3.0),from = 0, to = 1.5, add = TRUE,lwd=3)<BR>&gt; legend("topright", expression(kappa==1, kappa==1.5, kappa==2, kappa==2.5, kappa==3)<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ,lty= c(2,1,2,1,1),lwd=c(1,1,2,2,3))<BR>&gt; <BR>&gt; curve(matern(x, phi= 1.0, kappa = 1.0),from = 0, to = 1.5,<BR>+&nbsp;&nbsp;&nbsp; xlab = "distance", ylab = expression(rho(h)), lty =
 2,<BR>+&nbsp;&nbsp;&nbsp; main=expression(paste("Matern Correlation with varying&nbsp; ", kappa,<BR>+&nbsp;&nbsp;&nbsp; "&nbsp; and fixed&nbsp; ", phi)))</DIV>
<DIV>&nbsp;</DIV>
<DIV>now i need to also&nbsp;add ot a plot the curve at t=0 matern = 0.1+1=1.1.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Tankiso</DIV></DIV></DIV></td></tr></table><br>