Browse code

Merge pull request #902 from Goultard59/master

Fix typos error

Zuguang Gu authored on 12/04/2022 07:35:41 • GitHub committed on 12/04/2022 07:35:41
Showing 3 changed files

... ...
@@ -46,7 +46,7 @@ HeatmapAnnotation(...,
46 46
   \item{gap}{Gap between annotations. It can be a single value or a vector of \code{\link[grid]{unit}} objects.}
47 47
   \item{show_annotation_name}{Whether show annotation names? For column annotation, annotation names are drawn either on the left or the right, and for row annotations, names are draw either on top or at the bottom. The value can be a vector.}
48 48
   \item{annotation_label}{Labels for the annotations. By default it is the same as individual annotation names.}
49
-  \item{annotation_name_gp}{Graphic parameters for anntation names. Graphic paramters can be vectors.}
49
+  \item{annotation_name_gp}{Graphic parameters for annotation names. Graphic paramters can be vectors.}
50 50
   \item{annotation_name_offset}{Offset to the annotation names, a \code{\link[grid]{unit}} object. The value can be a vector.}
51 51
   \item{annotation_name_side}{Side of the annotation names.}
52 52
   \item{annotation_name_rot}{Rotation of the annotation names. The value can be a vector.}
... ...
@@ -48,7 +48,7 @@ Draw Legend Based on Color Mapping
48 48
   \item{border}{Color for legend grid borders. Pass to \code{\link{Legend}}.}
49 49
   \item{at}{Break values of the legend. By default it is the levels in the \code{\link{ColorMapping-class}} object.}
50 50
   \item{labels}{Labels corresponding to break values.}
51
-  \item{labels_gp}{Graphcial parameters for legend labels.}
51
+  \item{labels_gp}{Graphical parameters for legend labels.}
52 52
   \item{labels_rot}{Rotation of labels.}
53 53
   \item{nrow}{Pass to \code{\link{Legend}}. It controls the layout of legend grids if they are arranged in multiple rows or columns.}
54 54
   \item{ncol}{Pass to \code{\link{Legend}}. It controls the layout of legend grids if they are arranged in multiple rows or columns.}
... ...
@@ -21,7 +21,7 @@ There are following parameters for the annotation axis:
21 21
   \item{at}{The breaks of axis. By default it is automatically inferred.}
22 22
   \item{labels}{The corresponding axis labels.}
23 23
   \item{labels_rot}{The rotation of the axis labels.}
24
-  \item{gp}{Graphc parameters of axis labels. The value should be a \code{\link[grid]{unit}} object.}
24
+  \item{gp}{Graphic parameters of axis labels. The value should be a \code{\link[grid]{unit}} object.}
25 25
   \item{side}{If it is for column annotation, the value should only be one of \code{left} and \code{right}. If it is for row annotation, the value should only be one of \code{top} and \code{bottom}.}
26 26
   \item{facing}{Whether the axis faces to the outside of the annotation region or inside. Sometimes when appending more than one heatmaps, the axes of column annotations of one heatmap might overlap to the neighbouring heatmap, setting \code{facing} to \code{inside} may invoild it.}
27 27
   \item{direction}{The direction of the axis. Value should be "normal" or "reverse".}