inst/doc/VS0_Intro.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE,comment = "#>",fig.width=6, fig.height=4, fig.align = "center") 
options(rmarkdown.html_vignette.check_title = FALSE)

## ----setup, message=FALSE, results='hide'-------------------------------------
library(pcds)

## ----DTfig, eval=FALSE, fig.cap = "Delaunay triangulation of 20 uniform $Y$ points in the unit square $(0,1)$-by-$(0,1)$."----
#  ny<-20;
#  
#  set.seed(1)
#  #Xp<-cbind(runif(nx),runif(nx))
#  Yp<-cbind(runif(ny),runif(ny))
#  
#  #oldpar <- par(no.readonly = TRUE)
#  plotDelaunay.tri(Yp,Yp,xlab="",ylab="",main="Delaunay Triangulation of Y points")

Try the pcds package in your browser

Any scripts or data that you put into this service are public.

pcds documentation built on July 9, 2023, 5:54 p.m.