.lapply_rep_len | R Documentation |
Internal function. To be applied to aes_args
and identity_args
,
replicates vectors of length data to length of data*frames for animation.
.lapply_rep_len(list, to_length, expected_length)
list |
A list of arguments such as those passed in |
to_length |
Scalar number, length of the output vector; the number of rows in the data frames to replicate to. |
expected_length |
Scalar number, the expected length of the each element
of |
Other Internal utility:
.bind_elements2df()
,
.init4proto
## This function is not meant for external use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.