gnu: r-circlize: Improve description.
* gnu/packages/cran.scm (r-circlize)[description]: Fix typo and adjust grammar based on upstream description.
This commit is contained in:
parent
afa427e328
commit
031462bac8
|
@ -261,15 +261,15 @@ validation and filtering on the values, making options invisible or private.")
|
||||||
(home-page "https://github.com/jokergoo/circlize")
|
(home-page "https://github.com/jokergoo/circlize")
|
||||||
(synopsis "Circular visualization")
|
(synopsis "Circular visualization")
|
||||||
(description
|
(description
|
||||||
"Circular layout is an efficient way for the visualization of huge
|
"Circular layout is an efficient way to visualise huge amounts of
|
||||||
amounts of information. This package provides an implementation of circular
|
information. This package provides an implementation of circular layout
|
||||||
layout generation in R as well as an enhancement of available software. The
|
generation in R as well as an enhancement of available software. Its
|
||||||
flexibility of the package is based on the usage of low-level graphics
|
flexibility is based on the usage of low-level graphics functions such that
|
||||||
functions such that self-defined high-level graphics can be easily implemented
|
self-defined high-level graphics can be easily implemented by users for
|
||||||
by users for specific purposes. Together with the seamless connection between
|
specific purposes. Together with the seamless connection between the powerful
|
||||||
the powerful computational and visual environment in R, it gives users more
|
computational and visual environment in R, it gives users more convenience and
|
||||||
convenience and freedom to design figures for better understanding complex
|
freedom to design figures for better understanding complex patterns behind
|
||||||
patterns behind multiple dimensional data.")
|
multi-dimensional data.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-powerlaw
|
(define-public r-powerlaw
|
||||||
|
|
Loading…
Reference in New Issue