-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add barebones first drafts of roxygen
these are really simple drafts -- i am putting no effort in to detail for any of them. rather, the point is so that they get added to NAMESPACE and get "exported" to the enviroment. this should make these functions accessible when using library(pathviewR). note that i have not done this for all functions; just the ones i have been using & editing
- Loading branch information
Showing
22 changed files
with
813 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(bind_viewr_objects) | ||
export(calc_vis_angle) | ||
export(clean_viewr) | ||
export(clean_viewr_batch) | ||
export(gather_tunnel_data) | ||
export(get_full_trajectories) | ||
export(get_header_viewr) | ||
export(import_and_clean_batch) | ||
export(import_and_clean_viewr) | ||
export(import_batch) | ||
export(quick_separate_trajectories) | ||
export(read_flydra_data) | ||
export(read_motive_csv) | ||
export(redefine_tunnel_center) | ||
export(relabel_viewr_axes) | ||
export(rename_viewr_characters) | ||
export(rotate_tunnel) | ||
export(select_x_percent) | ||
export(separate_trajectories) | ||
export(standardize_tunnel) | ||
export(trim_tunnel_outliers) | ||
export(visualize_frame_gap_choice) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.