isVisible.Rdoc {R.oo} | R Documentation |
Checks if a member is visible given its modifiers.
Rdoc$isVisible(modifiers, visibilities, ...)
modifiers |
A character string of modifiers. |
visibilities |
A character string of visibility flags. |
... |
Not used. |
Returns TRUE
if the modifiers are equal or higher than the visibility
flags, otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Rdoc
.