Checks if a member is visible given its modifiers.

## Static method (use this):
## Rdoc$isVisible(modifiers, visibilities, ...)

## Don't use the below:
# S3 method for class 'Rdoc'
isVisible(static, modifiers, visibilities, ...)

Arguments

modifiers

A character string of modifiers.

visibilities

A character string of visibility flags.

...

Not used.

Value

Returns TRUE if the modifiers are equal or higher than the visibility flags, otherwise FALSE.

Author

Henrik Bengtsson

See also

For more information see Rdoc.