OptionDefault
OptionDefault[OptionValue[functionName,ops,optionName]]⟹out
pulls the value of optionName for function functionName given options ops. If the value in ops does not match the pattern defined in the Usage rules, it returns the default value defined in the Usage rules.
OptionDefault[OptionValue[functionName,optionName]]⟹out
pulls the value of optionName for function functionName.
OptionDefault[OptionValue[optionName]]⟹out
is equivalent to OptionValue[functionName,ops,optionName] when called inside of a function functionName with options ops.


