Function reference
-
import_blockmeasures()
- Import blockmeasures
-
import_blockdesigns()
- Import blockdesigns
-
make_design()
- Make design data.frame(s)
-
make_designpattern()
mdp()
- Make design pattern
-
write_blocks()
- Write block designs to csv
-
trans_block_to_wide()
- Transform blocks to wides
-
trans_wide_to_tidy()
- Pivot widemeasures longer
-
merge_dfs()
- Collapse a list of dataframes, or merge two dataframes together
-
paste_blocks()
- Paste a list of blocks into a single block
-
separate_tidy()
- Separate a column into multiple columns
-
smooth_data()
- Smooth data
-
moving_average()
- Moving average smoothing
-
moving_median()
- Moving median smoothing
-
calc_deriv()
- Calculate derivatives of vector of data
-
find_local_extrema()
first_maxima()
first_minima()
- Find local extrema of a numeric vector
-
find_threshold_crosses()
first_below()
first_above()
- Find point(s) when a numeric vector crosses some threshold
-
auc()
- Calculate area under the curve
-
doubling_time()
- Calculate doubling time equivalent of per-capita growth rate
-
lag_time()
- Calculate lag time
-
uninterleave()
- Uninterleave list
-
to_excel()
- A function that converts numbers into base-26 Excel-style letters
-
from_excel()
- A function that converts base-26 Excel-style letters to numbers
-
solve_linear()
- Return missing information about a line
-
which_min_gc()
which_max_gc()
- Where is the Min() or Max() or first TRUE or FALSE?
-
extr_val()
- Extract parts of an object
-
print_df()
- Nicely print the contents of a data.frame
-
example_widedata
- Example noisy growth curve data in wide format
-
example_widedata_noiseless
- Example growth curve data in wide format
-
make_example()
- Create R objects or files as seen in vignette examples
-
first_peak()
- Find the first local maxima of a numeric vector
-
make_tidydesign()
- Make tidy design data.frames
-
block_tidydesign()
- Turn tidydesign into block format