These functions return logical vectors the length of the
nodes in a network identifying which hold certain properties.
node_is_cutpoint() and node_is_isolate() are useful for identifying
nodes that are in particular positions in the network.
More can be added here.
node_is_max() and node_is_min() are more generally useful
for converting the results from some node measure into a mark-class object.
They can be particularly useful for highlighting which node or nodes
are key because they minimise or, more often, maximise some measure.