Plot second-order neighbourhood function estimates returned by functions kfun, k12fun, kmfun, 
 	 kijfun or ki.fun.
# S3 method for fads
plot(x, opt, cols, lty, main, sub, legend, csize, ...)none.
an object of class "fads" (see Details).
one of c("all","L","K","n","g") to display either all or one of the functions in a single window. By default opt = "all" for fads 
  objects of subclass "kfun", "k12fun", or "kmfun";  by default opt = "L" for fads objects of subclass "kij", or "ki.".
(optional) colours used for plotting functions.
(optional) line types used for plotting functions.
by default, the value of argument x, otherwise a text to be displayed as a title of the plot. main=NULL displays no title.
by default, the name of the function displayed, otherwise a text to be displayed as function subtitle. sub=NULL displays no subtitle.
If legend = TRUE (the default) a legend for the plotting functions is displayed.
scaling factor for font size so that actual font size is par("cex")*csize. By default csize = 1.
extra arguments that will be passed to the plotting functions plot.swin, 
  plot.default, symbols and/or points.
Function plot.fads displays second-order neighbourhood function estimates as a function of interpoint distance, with expected values 
 as well as confidence interval limits when computed. Argument x can be any fads object returned by functions kfun,
  k12fun, kmfun, kijfun or ki.fun.
kfun,
  k12fun,
  kmfun,
  kijfun,
  ki.fun.