Skip to contents

Clear geometry cache

Usage

clear_geometry_cache()

Value

Invisible NULL

Examples

if (FALSE) { # \dontrun{
# Clear cached geometry to free memory
clear_geometry_cache()
} # }