Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i change the linetype for plotted variables in ggradar? #38

Open
SusiWo opened this issue Mar 25, 2020 · 0 comments
Open

how can i change the linetype for plotted variables in ggradar? #38

SusiWo opened this issue Mar 25, 2020 · 0 comments

Comments

@SusiWo
Copy link

SusiWo commented Mar 25, 2020

Hi,

I would like to assign different linetypes for plotting two different sets of variables in ggradar. I tried something like
group.linetype = c("longdash", "solid")
or
group.line.type = c("longdash", "solid")
or
group.line.linetype = c("longdash", "solid")

None of the options work for me. What would be the right synthax to change that?

And another issue is that ggradar seems to order the variables automatically in an alphabetical order when plotting and putting together the legend. Can I change that default setting and keep the order of variables according to my dataset?

Many thanks for your great help!

Cheers

Susi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant