Skip to content

Commit

Permalink
updated readme to have proper link to plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Mar 22, 2017
1 parent e344be8 commit 30ff959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You are welcome to:

# Available Functions

Below is a table of available **numform** functions. Note that `f_` is read as "format" whereas `fv_` is read as "format vector". The former formats individual values in the vector while the latter uses the vector to compute a calculation on each of the values and then formats them. Additionally, all **numform** non-methods functions have a functional return version that is prefixed with an additional `f`. For example, `f_num` has `ff_num` which has the same arguments but returns a function instead. This is useful for passing in to **ggplot2** `scale_x/y_type` functions (see [[Plotting](#plotting)](#[plotting](#plotting)) for usage).
Below is a table of available **numform** functions. Note that `f_` is read as "format" whereas `fv_` is read as "format vector". The former formats individual values in the vector while the latter uses the vector to compute a calculation on each of the values and then formats them. Additionally, all **numform** non-methods functions have a functional return version that is prefixed with an additional `f`. For example, `f_num` has `ff_num` which has the same arguments but returns a function instead. This is useful for passing in to **ggplot2** `scale_x/y_type` functions (see [Plotting](#plotting) for usage).


```{r, results='asis', echo=FALSE, comment=NA, warning=FALSE, htmlcap="Available Formatting Functions"}
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ Additionally, all **numform** non-methods functions have a functional
return version that is prefixed with an additional `f`. For example,
`f_num` has `ff_num` which has the same arguments but returns a function
instead. This is useful for passing in to **ggplot2** `scale_x/y_type`
functions (see [\[Plotting\](\#plotting)](#%5Bplotting%5D(#plotting))
for usage).
functions (see [Plotting](#plotting) for usage).

<!-- html table generated in R 3.3.0 by xtable 1.8-2 package -->

<!-- Tue Mar 21 21:54:54 2017 -->
<!-- Tue Mar 21 21:58:52 2017 -->

<table>

Expand Down

0 comments on commit 30ff959

Please sign in to comment.