| PredictLinks | R Documentation | 
First calls CreateListObject to convert a matrix suitable for the bipartite package into a list structure.
PredictLinks(web, RepeatModels = 10)
| web | in format specified by the bipartite package. Rows = focal layer, columns = response layer | 
| RepeatModels | How many times to fit each model from different starting points. Uses best half (rounding up) | 
Then it calls FitAllModels to fit each of the missing link models in turn.
A network list including a large number of outputs.
## Not run: 
data(Safariland, package = 'bipartite')
PredictLinks(Safariland)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.