nplot: A very simple histogram plot of walk speed

Description Usage Arguments Details Value Examples

Description

This is a function which plots a histogram of the results of naismithwalkspeed using ggplot

Usage

1
nplot(walk_speed_kmh)

Arguments

walk_speed_kmh

vector, walking speed km/hr

Details

This is a simple plotting function for testing only

Value

a ggplot2 histogram

Examples

1
2
3
4
## Not run: 
nplot(c(2,2,4,6,6))

## End(Not run)

DrIanPhilips/walkcyclecalcs documentation built on June 28, 2019, 9:06 p.m.