Rpolyhedra (version 0.4.0)

getAvailablePolyhedra: getAvailablePolyhedra()

Description

Gets the list of names of available polyhedra and its status in the polyhedra database, which can be later called with getPolyhedron

Usage

getAvailablePolyhedra(sources, search.string)

Arguments

sources

A string vector containing the source, which can be obtained from getAvailableSources().

search.string

A search string

Value

polyhedra names vector

See Also

getAvailableSources

Examples

Run this code
# NOT RUN {
#gets all polyhedra in the database
available.polyhedra <- getAvailablePolyhedra()

#returns all polyhedra from a given source, in this case, netlib
available.netlib.polyhedra <- getAvailablePolyhedra(sources="netlib")

#search within the polyhedron names

cube <- getAvailablePolyhedra(sources="netlib",search.string="cube")
# }

Run the code above in your browser using DataLab