Nothing
# Colors
CARDINAL <- "#BD2031"
# Parameters
MI_TO_KM <- 1.60934 # conversion factor for miles to km
LB_TO_KG <- 0.453592 # conversion factor for lbs to kg
# Heart Rate Zones: based on proportion of maximum heart rate
HR_MAX_BEFORE_AGE <- 220
HR_PEAK_PROP <- c(0.85, 1)
HR_CARDIO_PROP <- c(0.7, 0.84)
HR_FAT_BURN_PROP <- c(0.5, 0.69)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.