Description Usage Arguments Details Examples
Copy the AnnotationFunction Object
1 2 | ## S4 method for signature 'AnnotationFunction'
copy_all(object)
|
object |
The |
In AnnotationFunction-class
, there is an environment which
stores some external variables for the annotation function (specified by the
var_import
argument when constructing the AnnotationFunction-class
object. This copy_all,AnnotationFunction-method
hard copies all the
variables into a new isolated environment.
The environment is at object@var_env
.
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.