0

Dataset of this example, as codes to get the picture below are in this question.

enter image description here

In my dataset, you will notice that LI1 has no data. When we plot in a radar chart, we see that LI1 is not represented by any point, as expected.

However, I would expect this gap to be from the radius of LI2 (which is the case) to the radius of UI1 (which is not the case). Instead, a line in between UI1 and LI1 is created.

So my question is: how can I edit the code to make this gap to go from LI2 radius to UI1 radius?

Community
  • 1
  • 1
antecessor
  • 2,688
  • 6
  • 29
  • 61
  • 1
    I'm not exactly sure what the right result is, but does removing the missing value from the dataset give you what you want? (i.e., use `dat2 = na.omit(dataset)` for plotting). – aosmith Jul 06 '18 at 15:17
  • @aosmith. This is not what I meant, but surely does the trick. I think I am keeping this way. Thanks – antecessor Jul 06 '18 at 16:44

0 Answers0