Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Remove x-axis or parts of it

Source:R/remove.R
remove_x_axis.Rd

Remove x-axis or parts of it

Usage

remove_x_axis(plot)remove_x_axis_line(plot)remove_x_axis_ticks(plot)remove_x_axis_labels(plot)remove_x_axis_title(plot)

Arguments

plot

Atidyplot generated with the functiontidyplot().

Value

Atidyplot object.

Examples

# Before removingstudy|>tidyplot(x=treatment, y=score, color=treatment)|>add_mean_bar()# After removingstudy|>tidyplot(x=treatment, y=score, color=treatment)|>add_mean_bar()|>remove_x_axis_line()study|>tidyplot(x=treatment, y=score, color=treatment)|>add_mean_bar()|>remove_x_axis_ticks()study|>tidyplot(x=treatment, y=score, color=treatment)|>add_mean_bar()|>remove_x_axis_labels()study|>tidyplot(x=treatment, y=score, color=treatment)|>add_mean_bar()|>remove_x_axis_title()study|>tidyplot(x=treatment, y=score, color=treatment)|>add_mean_bar()|>remove_x_axis()

[8]ページ先頭

©2009-2025 Movatter.jp