NotebookObject[fe, id] is an object that represents an open notebook in the front end.
NotebookOpen["name"] opens an existing notebook with the specified name, returning the corresponding notebook object. NotebookOpen["name", options] opens a notebook using the ...
On
(Built-in Mathematica Symbol) On[symbol::tag] switches on a message, so that it can be printed. On["name"] switches on a named group of messages.On[s] switches on tracing for the symbol s. On[m_1, m_2, ...
PriceGraphDistribution[n, k, a] represents a de Solla Price graph distribution for n-vertex graphs where a new vertex with k edges is added at each step using attractiveness ...
PrintingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies settings for printing.
RandomReal[] gives a pseudorandom real number in the range 0 to 1. RandomReal[{x_min, x_max}] gives a pseudorandom real number in the range x_min to x_max. RandomReal[x_max] ...
Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
Select
(Built-in Mathematica Symbol) Select[list, crit] picks out all elements e_i of list for which crit[e_i] is True. Select[list, crit, n] picks out the first n elements for which crit[e_i] is True.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
TextCell["string"] gives a text cell that can appear in a Mathematica notebook.TextCell["string", " style"] gives a text cell with the specified style.