View source: R/chartFngMapping.R
Using the broadcasted format, this function maps the values provided by mapping
This can also be skipped if you're doing a custom mapping
1 2 | chartFngMapping(chart.keyset.select = NA, chart.keyset = NA,
include.details = T)
|
chart.keyset.select |
A character vector based on type of chart.keyset. Either chart.keyset or chart.keyset.select must be defined Valid chart.keyset.select values are '4', '5L', '5R', '6', '7L', '7R', '8SPR', '8SPL','8SYM', '9L', '9R' Only 8K has special chart.keysets 8SYM: 8 Key Symmetry 8SPL: 8 Key Special (Left) 8SPR: 8 Key Special (Right) This can also accept just '8', however it'll default to a Right Hand Playstyle. Use specific styles for precision. |
chart.keyset |
A data.frame based on type of chart.keyset. Either chart.keyset or chart.keyset.select must be defined Fingers are denoted as P|inky R|ing M|iddle I|ndex T|humb Column keys and fingers is required. An example of chart.keyset would be 7R = data.frame(keys = 1:7, fingers = c(2,3,4,6,7,8,9)) |
include.details |
A Logical to indicate if details should be calculated Directions Directions is a character vector indicating what type of motion it is. "across" means moves from hand to hand "jack" is self-explanatory "in" is where the motion is leading towards the thumb "out" is where the motion is leading to the pinkies Distance is the number of columns between the pair of notes rfls is the ave distance from the center, (5.5). rfls stands for reflections, as it's the method used to calculate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.