Skip to content

Commit

Permalink
Update 04_CARD_Example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YingMa0107 committed Jun 6, 2023
1 parent 020fd1e commit 469704f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/documentation/04_CARD_Example.md
Expand Up @@ -153,7 +153,8 @@ p2 <- CARD.visualize.prop(
spatial_location = CARD_obj@spatial_location,
ct.visualize = ct.visualize, ### selected cell types to visualize
colors = c("lightblue","lightyellow","red"), ### if not provide, we will use the default colors
NumCols = 4) ### number of columns in the figure panel
NumCols = 4, ### number of columns in the figure panel
pointSize = 3.0) ### point size in ggplot2 scatterplot
print(p2)

```
Expand Down

0 comments on commit 469704f

Please sign in to comment.