Description Usage Arguments Value Examples
Function is one of the core functionalitys of the package. You can plot either the mouse motion or the clicks on a website screenshot. See the Argument description for customization details.
1 2 3 |
data |
a list of class web |
url |
a character,pPath to the website you want to plot data points at. It requires that a screenshot is taken with take_screenshots of url. |
type |
a character, "motion" or "click". Selects the type of data to plot. "motion" Selects only mouse movements, "click" only mouse clicks. |
subject |
a integer vector including the subjects which shall be plotted |
alpha |
a numeric, From zero to 1; to set the transparency of data points. |
size |
a numeric, For type motion size=0.5 is recommended and for type click size=2.5 is a good setting to start. It depends very much on the amount of data points. |
color |
a color, Color of data points. Use a color which is most different than the website. See the R's color specifications for more details and possible values. |
plot as png at folder "yourworkingdirectory/plots/plot.png"
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.