Nothing
plotL.graph <-
function(rl, rlist,nr,species,links,...)
{
if(!inherits(rl, "landscape") & !inherits(rl, "metapopulation"))
#if (class(rl)!="landscape" & class(rl)!="metapopulation")
{
stop(paste(rl, " should be either, an object of class class 'landscape' or 'metapopulation'.", sep=""), call. = FALSE)
}
element <- extract.graph(rl,rlist,nr)
element1 <- cluster.id(element)
plot_graph(element1,species=species,links)
}
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.