Nothing
## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(kstMatrix)
library(grDevices)
library(sets)
library(pks)
## ----kstMatrixClasses, echo=FALSE, fig.cap="Structure of <tt>kstMatrix</tt> classes", out.width="700"----
knitr::include_graphics("kstMatrixClasses.png")
## -----------------------------------------------------------------------------
plot(xpl$space)
plot(xpl$sr)
## -----------------------------------------------------------------------------
plot(xpl$sr, colors="#aaffaa", vertexshape="box")
## -----------------------------------------------------------------------------
plot(kmneighbourhood(c(1,1,0,0), xpl$space, include=TRUE), state=c(1,1,0,0), edgelabel=TRUE)
## -----------------------------------------------------------------------------
plot(xpl$space, horizontal=TRUE, arrowtail="open")
plot(xpl$space, arrowhead="empty")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.