Learn R Programming

geospt (version 1.0-4)

bestnet: Generate a SpatialPoints object corresponding to the best result obtained in an optimized network

Description

Generate a SpatialPoints object with the x and y coordinates corresponding to the best result obtained in an optimized network. The parameter to be passed to this function must be the result of seqPtsOptNet or simPtsOptNet

Usage

bestnet(optimnet)

Value

a SpatialPoints object

Arguments

optimnet

object of class rbga resulting from seqPtsOptNet or simPtsOptNet

See Also

See function rbga in the genalg package; for examples see seqPtsOptNet and simPtsOptNet