Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 14, 2024
1 parent 7ebcce5 commit ed8102a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ remotes::install_github("Yunuuuu/ggalign")
| **Separate Group into Slices** | Yes | Yes | Yes | No |
| **Data input** | Various, and can be easily extended | fixed | fixed | fixed |
| **Visualization Type** | Wide variety, provided by ggplot2 | Many, but limited | Many, but limited | Limited |
| **Customization** | Extensive | Limited | Moderate | Limited |
| **Customization** | Extensive | Limited | Extensive | Limited |
| **Legends Creation** | Automatic | Limited automatic, requires manual add | Manual | Automatic |
| **Legends Position** | Anywhere, can be controlled for a single plot | Four sides, can only be placed on one side at a time | ? | Four sides, can only be placed on one side at a time |
| **Advanced Statistical Plots** | Yes, with ggplot2 extension | No | No | No |
Expand All @@ -103,5 +103,5 @@ remotes::install_github("Yunuuuu/ggalign")
| **Interoperability with Python** | Limited | Limited | Excellent | Limited |
| **Ease of Use** | Easy for ggplot2 users | Easy for for grid user\* | Easy for python user | Easy |
| **Interactive** | No | Yes | No | No |
* Fully Compatible with ggplot2: It can be considered a benefit, as the ggplot2 ecosystem is highly enriched.
* Easy for for grid user: the direct population using grid should be smaller than ggplot2
- Fully Compatible with ggplot2\*: It can be considered a benefit, as the ggplot2 ecosystem is highly enriched.
- Easy for for grid user\*: the direct population using grid should be smaller than ggplot2
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ remotes::install_github("Yunuuuu/ggalign")
| **Separate Group into Slices** | Yes | Yes | Yes | No |
| **Data input** | Various, and can be easily extended | fixed | fixed | fixed |
| **Visualization Type** | Wide variety, provided by ggplot2 | Many, but limited | Many, but limited | Limited |
| **Customization** | Extensive | Limited | Moderate | Limited |
| **Customization** | Extensive | Limited | Extensive | Limited |
| **Legends Creation** | Automatic | Limited automatic, requires manual add | Manual | Automatic |
| **Legends Position** | Anywhere, can be controlled for a single plot | Four sides, can only be placed on one side at a time | ? | Four sides, can only be placed on one side at a time |
| **Advanced Statistical Plots** | Yes, with ggplot2 extension | No | No | No |
Expand All @@ -97,7 +97,7 @@ remotes::install_github("Yunuuuu/ggalign")
| **Ease of Use** | Easy for ggplot2 users | Easy for for grid user\* | Easy for python user | Easy |
| **Interactive** | No | Yes | No | No |

- Fully Compatible with ggplot2: It can be considered a benefit, as the
ggplot2 ecosystem is highly enriched.
- Easy for for grid user: the direct population using grid should be
- Fully Compatible with ggplot2\*: It can be considered a benefit, as
the ggplot2 ecosystem is highly enriched.
- Easy for for grid user\*: the direct population using grid should be
smaller than ggplot2

0 comments on commit ed8102a

Please sign in to comment.