window_around | R Documentation |
Creates a numerical sequence which is centered in the first argument and extends in leght of the second argument into both positive and negative directions.
window_around(position, windowLength)
position |
integer. Center of sequence |
windowLength |
integer. Length of both downstream and upstream flanks |
integer
# Numeric interval centered in 10, with 5 closest negative
# and positive integers
window_around(10, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.