Skip to content

Commit

Permalink
documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Aug 27, 2024
1 parent e0b65ac commit b9b7f5e
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export(banc_cellid_from_segid)
export(banc_change_log)
export(banc_decapitate)
export(banc_front_view)
export(banc_ggneuron)
export(banc_ids)
export(banc_islatest)
export(banc_latestid)
Expand Down
5 changes: 3 additions & 2 deletions R/l2.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ add_field_seq <- function (x, entries, field = "id", ...) {
nl
}

add_field <- function (x, entry, field = "bodyid", ...)
UseMethod("add_field")

add_field.neuron <- function (x, entry, field = "id", ...) {
x[[field]] = entry
x
Expand All @@ -209,5 +212,3 @@ add_field.neuronlist <- function (x, entry, field = "id", ...) {
...)
}

add_field <- function (x, entry, field = "bodyid", ...)
UseMethod("add_field")
6 changes: 5 additions & 1 deletion man/banc_cave_query.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions man/banc_ggneuron.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/banc_reroot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9b7f5e

Please sign in to comment.