Description Usage Arguments Methods Author(s) See Also
Produce orthographic display for nifti
, anlz
and afni
objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | orthographic.nifti(
x,
y = NULL,
xyz = NULL,
w = 1,
col = gray(0:64/64),
col.y = hotmetal(),
zlim = NULL,
zlim.y = NULL,
crosshairs = TRUE,
col.crosshairs = "red",
xlab = "",
ylab = "",
axes = FALSE,
oma = rep(0, 4),
mar = rep(0, 4),
bg = "black",
text = NULL,
text.color = "white",
text.cex = 2,
...
)
orthographic(x, ...)
## S4 method for signature 'nifti'
orthographic(
x,
y = NULL,
xyz = NULL,
w = 1,
col = gray(0:64/64),
col.y = hotmetal(),
zlim = NULL,
zlim.y = NULL,
crosshairs = TRUE,
col.crosshairs = "red",
xlab = "",
ylab = "",
axes = FALSE,
oma = rep(0, 4),
mar = rep(0, 4),
bg = "black",
text = NULL,
text.color = "white",
text.cex = 2,
...
)
## S4 method for signature 'anlz'
orthographic(
x,
y = NULL,
xyz = NULL,
w = 1,
col = gray(0:64/64),
col.y = hotmetal(),
zlim = NULL,
zlim.y = NULL,
crosshairs = TRUE,
col.crosshairs = "red",
xlab = "",
ylab = "",
axes = FALSE,
oma = rep(0, 4),
mar = rep(0, 4),
bg = "black",
text = NULL,
text.color = "white",
text.cex = 2,
...
)
## S4 method for signature 'array'
orthographic(x, ...)
## S4 method for signature 'afni'
orthographic(x, ...)
|
x |
is an object of class |
y |
is an object of class |
xyz |
is the coordinate for the center of the crosshairs. |
w |
is the time point to be displayed (4D arrays only). |
col |
is grayscale (by default). |
col.y |
is hotmetal (by default). |
zlim |
is the minimum and maximum ‘z’ values passed into
|
zlim.y |
is the minimum and maximum ‘z’ values passed into
|
crosshairs |
is a logical value for the presence of crosshairs in all three orthogonal planes (default = TRUE). |
col.crosshairs |
is the color of the crosshairs (default = red). |
xlab |
is set to "" since all margins are set to zero. |
ylab |
is set to "" since all margins are set to zero. |
axes |
is set to |
oma |
is the size of the outer margins in the |
mar |
is the number of lines of margin in the |
bg |
is the background color in the |
text |
allows the user to specify text to appear in the fourth (unused) pane. |
text.color |
is the color of the user-specified text (default = “white”. |
text.cex |
is the size of the user-specified text (default = 2). |
... |
other arguments to the |
Produce orthographic display
for x
.
Produce orthographic display for x
.
Produce orthographic display for x
.
Produce orthographic display for x
.
Brandon Whitcher bwhitcher@gmail.com
image-methods
, overlay-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.