Skip to content

Commit

Permalink
BoundingBox should have class boundingbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Sep 13, 2014
1 parent bef5f47 commit 438ee77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/FCWB.demo.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Docs in R/PACKAGE.R
FCWB.demo <- structure(list(name = "FlyCircuit Whole Brain (demonstration purposes)", type = "Average",
sex = "Intersex", voxdims = c(0.318967307692308, 0.318427024390244,
1), origin = c(0, 0, 0), BoundingBox = structure(c(0,
563.9342, 0, 326.3877, 0, 107), .Dim = 2:3), units = c("microns",
"microns", "microns"), description = paste0("An intersex averaged brain formed",
1), origin = c(0, 0, 0), BoundingBox = structure(
c(0, 563.9342, 0, 326.3877, 0, 107), .Dim = 2:3, class = "boundingbox"),
units = c("microns", "microns", "microns"),
description = paste0("An intersex averaged brain formed",
" from 17 female and 9 male brains from the FlyCircuit dataset."),
regName = "FCWB", dims = c(1769L, 1026L, 108L)), .Names = c("name",
"type", "sex", "voxdims", "origin", "BoundingBox", "units",
Expand Down

0 comments on commit 438ee77

Please sign in to comment.