Description Usage Arguments Details Value
View source: R/web-transform.R
Function gets called by link{plot_brownie}
to calculate data points to plot on screenshot.
1 2 |
data |
a list of class web |
url |
a character |
type |
a character, "motion" or "click" |
subject |
a integer vector including the subjects which should be considered for calculation |
Extracts data for specified subjects, URL and event. If type euqals "motion" than only data for the Event MouseMotion is used (for type equals "click" only Event MouseButtonPressed is used). The movement data is computed by the formulars:
X = H.ScrollPosition + X.Position
X = H.ScrollPosition + X.Position
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.