kdistk <- function ( x , p , n )
{
p=kdistk(x,p,n)
plot(p,col="yellow",main="le nuage de point")
hist( x , col = rainbow( 10 ))
boxplot( x , col = "green" )
par( mfrow = c( 2 , 2 ))
data.frame (moy=mean(p),med=median(p),var=var(p),ecart=sd(p),max=max(p),min=min(p))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.